#CABC87

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

Shades of Yuma #CABC87

Tints of Yuma #CABC87

Color information

#CABC87 (or 0xCABC87) is unknown color: approx Yuma. HEX triplet: CA, BC and 87. RGB value is (202,188,135). Sum of RGB (Red+Green+Blue) = 202+188+135=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 135 (53.12% from 255 or 25.71% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABC87 is #354378. Grayscale: #BABABA. Windows color (decimal): -3490681 or 8895690. OLE color: 8895690.

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

Color convert

RGB202188135-
CMYK00.070.330.21
HSL47.46º38.73%66.08%-
HSV(B)47.46º33.17%79.22%-
XYZ46.7150.2730.16-
YUV186.1499.14139.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 188 (73.83% from 255) = 35.81%
BLUE value IS 135 (53.12% from 255) = 25.71%
R=38.48%
G=35.81%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218813500.070.330.2147.4638.7366.08
HexCABC870721152f2742
Octal3122742070741255747102
Binary1100101010111100100001110111100001101011011111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC87; }

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

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

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

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

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

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

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

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