#CABB8D

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

Shades of Yuma #CABB8D

Tints of Yuma #CABB8D

Color information

#CABB8D (or 0xCABB8D) is unknown color: approx Yuma. HEX triplet: CA, BB and 8D. RGB value is (202,187,141). Sum of RGB (Red+Green+Blue) = 202+187+141=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABB8D is #354472. Grayscale: #BABABA. Windows color (decimal): -3490931 or 9288650. OLE color: 9288650.

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

Color convert

RGB202187141-
CMYK00.070.300.21
HSL45.25º36.53%67.25%-
HSV(B)45.25º30.2%79.22%-
XYZ46.9450.0232.38-
YUV186.24102.47139.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.11%
GREEN value IS 187 (73.44% from 255) = 35.28%
BLUE value IS 141 (55.47% from 255) = 26.60%
R=38.11%
G=35.28%
B=26.60%

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
Decimal20218714100.070.300.2145.2536.5367.25
HexCABB8D071E152d2543
Octal3122732150736255545103
Binary110010101011101110001101011111110101011011011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABB8D; }

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

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

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

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

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

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

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

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