#CABD76

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

Shades of Yuma #CABD76

Tints of Yuma #CABD76

Color information

#CABD76 (or 0xCABD76) is unknown color: approx Yuma. HEX triplet: CA, BD and 76. RGB value is (202,189,118). Sum of RGB (Red+Green+Blue) = 202+189+118=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABD76 is #354289. Grayscale: #B9B9B9. Windows color (decimal): -3490442 or 7781834. OLE color: 7781834.

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

Color convert

RGB202189118-
CMYK00.060.420.21
HSL50.71º44.21%62.75%-
HSV(B)50.71º41.58%79.22%-
XYZ45.8250.2624.43-
YUV184.7990.31140.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 189 (74.22% from 255) = 37.13%
BLUE value IS 118 (46.48% from 255) = 23.18%
R=39.69%
G=37.13%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218911800.060.420.2150.7144.2162.75
HexCABD76062A15332c3f
Octal312275166065225635477
Binary11001010101111011110110011010101010101110011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD76; }

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

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

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

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

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

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

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

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