#CAB88B

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

Shades of Yuma #CAB88B

Tints of Yuma #CAB88B

Color information

#CAB88B (or 0xCAB88B) is unknown color: approx Yuma. HEX triplet: CA, B8 and 8B. RGB value is (202,184,139). Sum of RGB (Red+Green+Blue) = 202+184+139=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB88B is #354774. Grayscale: #B8B8B8. Windows color (decimal): -3491701 or 9156810. OLE color: 9156810.

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

Color convert

RGB202184139-
CMYK00.090.310.21
HSL42.86º37.28%66.86%-
HSV(B)42.86º31.19%79.22%-
XYZ46.1648.731.39-
YUV184.25102.46140.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 184 (72.27% from 255) = 35.05%
BLUE value IS 139 (54.69% from 255) = 26.48%
R=38.48%
G=35.05%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218413900.090.310.2142.8637.2866.86
HexCAB88B091F152b2543
Octal31227021301137255345103
Binary1100101010111000100010110100111111101011010111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB88B; }

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

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

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

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

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

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

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

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