Html Css Color HEX #CAB774 Putty

📋 copy color: '#CAB774'

red 202 ◦ green 183 ◦ blue 116

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

Shades of Putty #CAB774

Tints of Putty #CAB774

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.53%

 BLUE value IS 116 (45.7% from 255) = 23.15%

R = 40.32%
G = 36.53%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CAB774 (or 0xCAB774) is known color: Putty. HEX triplet: CA, B7 and 74. RGB value is (202,183,116). Sum of RGB (Red+Green+Blue) = 202+183+116=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB774 is #35488B. Grayscale: #B5B5B5. Windows color (decimal): -3491980 or 7649226. OLE color: 7649226.

HSL color Cylindrical-coordinate representation of color #CAB774: hue angle of 46.74º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAB774 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 183 116 -
CMYK 0 0.09 0.43 0.21
HSL 46.74º 0.45% 0.62% -
HSV(B) 46.74º 0.43% 0.79% -
XYZ 44.44 47.68 23.38 -
YUV 181.04 91.29 142.95 -
System Red Green Blue C M Y K H S L
Decimal 202 183 116 0 0.09 0.43 0.21 46.74 0.45 0.62
Hex CA B7 74 0 9 2B 15 2F 2D 3E
Octal 312 267 164 0 11 53 25 57 55 76
Binary 11001010 10110111 1110100 0 1001 101011 10101 101111 101101 111110

Color Harmonies of #CAB774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB774

Black with #CAB774

Text Example


Text Example

White with #CAB774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB774; }

 p { color: rgb(202,183,116); }

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

background-color css

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

 a { background-color: rgb(202,183,116); }

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

border-color css

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

 span { border-color: rgb(202,183,116); }

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