#CABC8B

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

Shades of Yuma #CABC8B

Tints of Yuma #CABC8B

Color information

#CABC8B (or 0xCABC8B) is unknown color: approx Yuma. HEX triplet: CA, BC and 8B. RGB value is (202,188,139). Sum of RGB (Red+Green+Blue) = 202+188+139=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABC8B is #354374. Grayscale: #BABABA. Windows color (decimal): -3490677 or 9157834. OLE color: 9157834.

HSL color Cylindrical-coordinate representation of color #CABC8B: hue angle of 46.67º 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 #CABC8B is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB202188139-
CMYK00.070.310.21
HSL46.67º37.28%66.86%-
HSV(B)46.67º31.19%79.22%-
XYZ4750.3931.67-
YUV186.6101.14138.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 188 (73.83% from 255) = 35.54%
BLUE value IS 139 (54.69% from 255) = 26.28%
R=38.19%
G=35.54%
B=26.28%

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
Decimal20218813900.070.310.2146.6737.2866.86
HexCABC8B071F152f2543
Octal3122742130737255745103
Binary110010101011110010001011011111111101011011111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC8B; }

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

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

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

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

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

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

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

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