#CABC74

Color #CABC74 Yuma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yuma #CABC74

Tints of Yuma #CABC74

Color information

#CABC74 (or 0xCABC74) is unknown color: approx Yuma. HEX triplet: CA, BC and 74. RGB value is (202,188,116). Sum of RGB (Red+Green+Blue) = 202+188+116=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABC74 is #35438B. Grayscale: #B8B8B8. Windows color (decimal): -3490700 or 7650506. OLE color: 7650506.

HSL color Cylindrical-coordinate representation of color #CABC74: hue angle of 50.23º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CABC74 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB202188116-
CMYK00.070.430.21
HSL50.23º44.79%62.35%-
HSV(B)50.23º42.57%79.22%-
XYZ45.4949.7823.73-
YUV183.9889.64140.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 188 (73.83% from 255) = 37.15%
BLUE value IS 116 (45.70% from 255) = 22.92%
R=39.92%
G=37.15%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218811600.070.430.2150.2344.7962.35
HexCABC74072B15322d3e
Octal312274164075325625576
Binary11001010101111001110100011110101110101110010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC74; }

 p { color: rgb(202,188,116); }

 H1.HeaderClassName
 {
   color: #CABC74;
 }
 .AnyTagClassName
 {
   color: #CABC74;
 }
</style>
background-color css

<style>
 a { background-color: #CABC74; }

 a { background-color: rgb(202,188,116); }

 div.DivClassName
 {
   background-color: #CABC74;
 }
 .BgClassName
 {
   background-color: #CABC74;
 }
</style>
border-color css

<style>
 span { border-color: #CABC74; }

 span { border-color: rgb(202,188,116); }

 td.TdClassName
 {
   border-color: #CABC74;
 }
 .TagClassName
 {
   border-color: #CABC74;
 }
</style>