#CAB88D

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

Shades of Yuma #CAB88D

Tints of Yuma #CAB88D

Color information

#CAB88D (or 0xCAB88D) is unknown color: approx Yuma. HEX triplet: CA, B8 and 8D. RGB value is (202,184,141). Sum of RGB (Red+Green+Blue) = 202+184+141=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB88D is #354772. Grayscale: #B8B8B8. Windows color (decimal): -3491699 or 9287882. OLE color: 9287882.

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

Color convert

RGB202184141-
CMYK00.090.300.21
HSL42.3º36.53%67.25%-
HSV(B)42.3º30.2%79.22%-
XYZ46.3148.7632.17-
YUV184.48103.46140.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 184 (72.27% from 255) = 34.91%
BLUE value IS 141 (55.47% from 255) = 26.76%
R=38.33%
G=34.91%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218414100.090.300.2142.336.5367.25
HexCAB88D091E152a2543
Octal31227021501136255245103
Binary1100101010111000100011010100111110101011010101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB88D; }

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

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

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

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

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

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

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

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