#CABD8D

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

Shades of Yuma #CABD8D

Tints of Yuma #CABD8D

Color information

#CABD8D (or 0xCABD8D) is unknown color: approx Yuma. HEX triplet: CA, BD and 8D. RGB value is (202,189,141). Sum of RGB (Red+Green+Blue) = 202+189+141=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABD8D is #354272. Grayscale: #BBBBBB. Windows color (decimal): -3490419 or 9289162. OLE color: 9289162.

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

Color convert

RGB202189141-
CMYK00.060.300.21
HSL47.21º36.53%67.25%-
HSV(B)47.21º30.2%79.22%-
XYZ47.3650.8732.52-
YUV187.42101.81138.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.97%
GREEN value IS 189 (74.22% from 255) = 35.53%
BLUE value IS 141 (55.47% from 255) = 26.50%
R=37.97%
G=35.53%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218914100.060.300.2147.2136.5367.25
HexCABD8D061E152f2543
Octal3122752150636255745103
Binary110010101011110110001101011011110101011011111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD8D; }

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

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

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

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

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

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

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

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