#CAB679

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

Shades of Yuma #CAB679

Tints of Yuma #CAB679

Color information

#CAB679 (or 0xCAB679) is unknown color: approx Yuma. HEX triplet: CA, B6 and 79. RGB value is (202,182,121). Sum of RGB (Red+Green+Blue) = 202+182+121=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 121 (47.66% from 255 or 23.96% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB679 is #354986. Grayscale: #B5B5B5. Windows color (decimal): -3492231 or 7976650. OLE color: 7976650.

HSL color Cylindrical-coordinate representation of color #CAB679: hue angle of 45.19º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAB679 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB202182121-
CMYK00.100.400.21
HSL45.19º43.32%63.33%-
HSV(B)45.19º40.1%79.22%-
XYZ44.5447.3924.89-
YUV181.0394.13142.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 182 (71.48% from 255) = 36.04%
BLUE value IS 121 (47.66% from 255) = 23.96%
R=40%
G=36.04%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218212100.100.400.2145.1943.3263.33
HexCAB6790A28152d2b3f
Octal3122661710125025555377
Binary110010101011011011110010101010100010101101101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB679; }

 p { color: rgb(202,182,121); }

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

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

 a { background-color: rgb(202,182,121); }

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

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

 span { border-color: rgb(202,182,121); }

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