Html Css Color HEX #CAB376 Putty

📋 copy color: '#CAB376'

red 202 ◦ green 179 ◦ blue 118

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

Shades of Putty #CAB376

Tints of Putty #CAB376

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.87%

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

R = 40.48%
G = 35.87%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CAB376 (or 0xCAB376) is known color: Putty. HEX triplet: CA, B3 and 76. RGB value is (202,179,118). Sum of RGB (Red+Green+Blue) = 202+179+118=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB376 is #354C89. Grayscale: #B3B3B3. Windows color (decimal): -3493002 or 7779274. OLE color: 7779274.

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

Color convert

RGB 202 179 118 -
CMYK 0 0.11 0.42 0.21
HSL 43.57º 0.44% 0.63% -
HSV(B) 43.57º 0.42% 0.79% -
XYZ 43.75 46.1 23.73 -
YUV 178.92 93.62 144.46 -
System Red Green Blue C M Y K H S L
Decimal 202 179 118 0 0.11 0.42 0.21 43.57 0.44 0.63
Hex CA B3 76 0 B 2A 15 2C 2C 3F
Octal 312 263 166 0 13 52 25 54 54 77
Binary 11001010 10110011 1110110 0 1011 101010 10101 101100 101100 111111

Color Harmonies of #CAB376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB376

Black with #CAB376

Text Example


Text Example

White with #CAB376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB376; }

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

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

background-color css

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

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

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

border-color css

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

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

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