#CAB888

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

Shades of Yuma #CAB888

Tints of Yuma #CAB888

Color information

#CAB888 (or 0xCAB888) is unknown color: approx Yuma. HEX triplet: CA, B8 and 88. RGB value is (202,184,136). Sum of RGB (Red+Green+Blue) = 202+184+136=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 136 (53.52% from 255 or 26.05% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB888 is #354777. Grayscale: #B8B8B8. Windows color (decimal): -3491704 or 8960202. OLE color: 8960202.

HSL color Cylindrical-coordinate representation of color #CAB888: hue angle of 43.64º degrees, saturation: 0.38, 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 #CAB888 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB202184136-
CMYK00.090.330.21
HSL43.64º38.37%66.27%-
HSV(B)43.64º32.67%79.22%-
XYZ45.9448.6230.25-
YUV183.91100.96140.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 184 (72.27% from 255) = 35.25%
BLUE value IS 136 (53.52% from 255) = 26.05%
R=38.70%
G=35.25%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218413600.090.330.2143.6438.3766.27
HexCAB8880921152c2642
Octal31227021001141255446102
Binary11001010101110001000100001001100001101011011001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB888; }

 p { color: rgb(202,184,136); }

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

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

 a { background-color: rgb(202,184,136); }

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

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

 span { border-color: rgb(202,184,136); }

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