#CABC8C

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

Shades of Yuma #CABC8C

Tints of Yuma #CABC8C

Color information

#CABC8C (or 0xCABC8C) is unknown color: approx Yuma. HEX triplet: CA, BC and 8C. RGB value is (202,188,140). Sum of RGB (Red+Green+Blue) = 202+188+140=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABC8C is #354373. Grayscale: #BABABA. Windows color (decimal): -3490676 or 9223370. OLE color: 9223370.

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

Color convert

RGB202188140-
CMYK00.070.310.21
HSL46.45º36.9%67.06%-
HSV(B)46.45º30.69%79.22%-
XYZ47.0750.4232.06-
YUV186.71101.64138.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.11%
GREEN value IS 188 (73.83% from 255) = 35.47%
BLUE value IS 140 (55.08% from 255) = 26.42%
R=38.11%
G=35.47%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218814000.070.310.2146.4536.967.06
HexCABC8C071F152e2543
Octal3122742140737255645103
Binary110010101011110010001100011111111101011011101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC8C; }

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

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

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

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

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

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

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

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