#CABC8D

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

Shades of Yuma #CABC8D

Tints of Yuma #CABC8D

Color information

#CABC8D (or 0xCABC8D) is unknown color: approx Yuma. HEX triplet: CA, BC and 8D. RGB value is (202,188,141). Sum of RGB (Red+Green+Blue) = 202+188+141=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABC8D is #354372. Grayscale: #BBBBBB. Windows color (decimal): -3490675 or 9288906. OLE color: 9288906.

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

Color convert

RGB202188141-
CMYK00.070.300.21
HSL46.23º36.53%67.25%-
HSV(B)46.23º30.2%79.22%-
XYZ47.1550.4532.45-
YUV186.83102.14138.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 188 (73.83% from 255) = 35.40%
BLUE value IS 141 (55.47% from 255) = 26.55%
R=38.04%
G=35.40%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218814100.070.300.2146.2336.5367.25
HexCABC8D071E152e2543
Octal3122742150736255645103
Binary110010101011110010001101011111110101011011101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC8D; }

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

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

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

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

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

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

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

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