#CABD8A

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

Shades of Yuma #CABD8A

Tints of Yuma #CABD8A

Color information

#CABD8A (or 0xCABD8A) is unknown color: approx Yuma. HEX triplet: CA, BD and 8A. RGB value is (202,189,138). Sum of RGB (Red+Green+Blue) = 202+189+138=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABD8A is #354275. Grayscale: #BBBBBB. Windows color (decimal): -3490422 or 9092554. OLE color: 9092554.

HSL color Cylindrical-coordinate representation of color #CABD8A: hue angle of 47.81º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CABD8A is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB202189138-
CMYK00.060.320.21
HSL47.81º37.65%66.67%-
HSV(B)47.81º31.68%79.22%-
XYZ47.1450.7931.36-
YUV187.07100.31138.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 189 (74.22% from 255) = 35.73%
BLUE value IS 138 (54.30% from 255) = 26.09%
R=38.19%
G=35.73%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218913800.060.320.2147.8137.6566.67
HexCABD8A062015302643
Octal3122752120640256046103
Binary1100101010111101100010100110100000101011100001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD8A; }

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

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

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

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

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

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

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

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