Html Css Color HEX #CAB977 Yuma

📋 copy color: '#CAB977'

red 202 ◦ green 185 ◦ blue 119

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

Shades of Yuma #CAB977

Tints of Yuma #CAB977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.52%

R = 39.92%
G = 36.56%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CAB977 (or 0xCAB977) is known color: Yuma. HEX triplet: CA, B9 and 77. RGB value is (202,185,119). Sum of RGB (Red+Green+Blue) = 202+185+119=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB977 is #354688. Grayscale: #B6B6B6. Windows color (decimal): -3491465 or 7846346. OLE color: 7846346.

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

Color convert

RGB 202 185 119 -
CMYK 0 0.08 0.41 0.21
HSL 47.71º 0.44% 0.63% -
HSV(B) 47.71º 0.41% 0.79% -
XYZ 45.04 48.59 24.46 -
YUV 182.56 92.13 141.87 -
System Red Green Blue C M Y K H S L
Decimal 202 185 119 0 0.08 0.41 0.21 47.71 0.44 0.63
Hex CA B9 77 0 8 29 15 30 2C 3F
Octal 312 271 167 0 10 51 25 60 54 77
Binary 11001010 10111001 1110111 0 1000 101001 10101 110000 101100 111111

Color Harmonies of #CAB977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB977

Black with #CAB977

Text Example


Text Example

White with #CAB977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB977; }

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

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

background-color css

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

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

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

border-color css

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

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

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