Html Css Color HEX #CAB076 Putty

📋 copy color: '#CAB076'

red 202 ◦ green 176 ◦ blue 118

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

Shades of Putty #CAB076

Tints of Putty #CAB076

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.48%

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

R = 40.73%
G = 35.48%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CAB076 (or 0xCAB076) is known color: Putty. HEX triplet: CA, B0 and 76. RGB value is (202,176,118). Sum of RGB (Red+Green+Blue) = 202+176+118=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB076 is #354F89. Grayscale: #B1B1B1. Windows color (decimal): -3493770 or 7778506. OLE color: 7778506.

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

Color convert

RGB 202 176 118 -
CMYK 0 0.13 0.42 0.21
HSL 41.43º 0.44% 0.63% -
HSV(B) 41.43º 0.42% 0.79% -
XYZ 43.15 44.92 23.53 -
YUV 177.16 94.61 145.72 -
System Red Green Blue C M Y K H S L
Decimal 202 176 118 0 0.13 0.42 0.21 41.43 0.44 0.63
Hex CA B0 76 0 D 2A 15 29 2C 3F
Octal 312 260 166 0 15 52 25 51 54 77
Binary 11001010 10110000 1110110 0 1101 101010 10101 101001 101100 111111

Color Harmonies of #CAB076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB076

Black with #CAB076

Text Example


Text Example

White with #CAB076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB076; }

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

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

background-color css

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

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

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

border-color css

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

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

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