#cabd8b

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

Shades of Yuma #CABD8B

Tints of Yuma #CABD8B

Color information

#CABD8B (or 0xCABD8B) is unknown color: approx Yuma. HEX triplet: CA, BD and 8B. RGB value is (202,189,139). Sum of RGB (Red+Green+Blue) = 202+189+139=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABD8B is #354274. Grayscale: #BBBBBB. Windows color (decimal): -3490421 or 9158090. OLE color: 9158090.

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

Color convert

RGB202189139-
CMYK00.060.310.21
HSL47.62º37.28%66.86%-
HSV(B)47.62º31.19%79.22%-
XYZ47.2150.8231.75-
YUV187.19100.81138.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.11%
GREEN value IS 189 (74.22% from 255) = 35.66%
BLUE value IS 139 (54.69% from 255) = 26.23%
R=38.11%
G=35.66%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218913900.060.310.2147.6237.2866.86
HexCABD8B061F15302543
Octal3122752130637256045103
Binary110010101011110110001011011011111101011100001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cabd8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cabd8b; }

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

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

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

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

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

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

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

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