Html Css Color HEX #CAB979 Yuma

📋 copy color: '#CAB979'

red 202 ◦ green 185 ◦ blue 121

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

Shades of Yuma #CAB979

Tints of Yuma #CAB979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.82%

R = 39.76%
G = 36.42%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CAB979 (or 0xCAB979) is known color: Yuma. HEX triplet: CA, B9 and 79. RGB value is (202,185,121). Sum of RGB (Red+Green+Blue) = 202+185+121=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB979 is #354686. Grayscale: #B7B7B7. Windows color (decimal): -3491463 or 7977418. OLE color: 7977418.

HSL color Cylindrical-coordinate representation of color #CAB979: hue angle of 47.41º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAB979 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 185 121 -
CMYK 0 0.08 0.40 0.21
HSL 47.41º 0.43% 0.63% -
HSV(B) 47.41º 0.4% 0.79% -
XYZ 45.16 48.63 25.1 -
YUV 182.79 93.13 141.7 -
System Red Green Blue C M Y K H S L
Decimal 202 185 121 0 0.08 0.40 0.21 47.41 0.43 0.63
Hex CA B9 79 0 8 28 15 2F 2B 3F
Octal 312 271 171 0 10 50 25 57 53 77
Binary 11001010 10111001 1111001 0 1000 101000 10101 101111 101011 111111

Color Harmonies of #CAB979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB979

Black with #CAB979

Text Example


Text Example

White with #CAB979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB979; }

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

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

background-color css

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

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

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

border-color css

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

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

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