Html Css Color HEX #CAB976 Yuma

📋 copy color: '#CAB976'

red 202 ◦ green 185 ◦ blue 118

#CAB976
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yuma #CAB976

Tints of Yuma #CAB976

RGB

 RED value IS 202 (79.3% from 255) = 40%

 GREEN value IS 185 (72.66% from 255) = 36.63%

 BLUE value IS 118 (46.48% from 255) = 23.37%

R = 40%
G = 36.63%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CAB976 (or 0xCAB976) is known color: Yuma. HEX triplet: CA, B9 and 76. RGB value is (202,185,118). Sum of RGB (Red+Green+Blue) = 202+185+118=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB976 is #354689. Grayscale: #B6B6B6. Windows color (decimal): -3491466 or 7780810. OLE color: 7780810.

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

Color convert

RGB 202 185 118 -
CMYK 0 0.08 0.42 0.21
HSL 47.86º 0.44% 0.63% -
HSV(B) 47.86º 0.42% 0.79% -
XYZ 44.98 48.56 24.14 -
YUV 182.45 91.63 141.95 -
System Red Green Blue C M Y K H S L
Decimal 202 185 118 0 0.08 0.42 0.21 47.86 0.44 0.63
Hex CA B9 76 0 8 2A 15 30 2C 3F
Octal 312 271 166 0 10 52 25 60 54 77
Binary 11001010 10111001 1110110 0 1000 101010 10101 110000 101100 111111

Color Harmonies of #CAB976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB976

Black with #CAB976

Text Example


Text Example

White with #CAB976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB976; }

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

 H1.HeaderClassName
 {
   color: #CAB976;
 }
 .AnyTagClassName
 {
   color: #CAB976;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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