Html Css Color HEX #CAB872 Putty

📋 copy color: '#CAB872'

red 202 ◦ green 184 ◦ blue 114

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

Shades of Putty #CAB872

Tints of Putty #CAB872

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.8%

 BLUE value IS 114 (44.92% from 255) = 22.8%

R = 40.4%
G = 36.8%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CAB872 (or 0xCAB872) is known color: Putty. HEX triplet: CA, B8 and 72. RGB value is (202,184,114). Sum of RGB (Red+Green+Blue) = 202+184+114=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB872 is #35478D. Grayscale: #B5B5B5. Windows color (decimal): -3491726 or 7518410. OLE color: 7518410.

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

Color convert

RGB 202 184 114 -
CMYK 0 0.09 0.44 0.21
HSL 47.73º 0.45% 0.62% -
HSV(B) 47.73º 0.44% 0.79% -
XYZ 44.53 48.05 22.85 -
YUV 181.4 89.96 142.69 -
System Red Green Blue C M Y K H S L
Decimal 202 184 114 0 0.09 0.44 0.21 47.73 0.45 0.62
Hex CA B8 72 0 9 2C 15 30 2D 3E
Octal 312 270 162 0 11 54 25 60 55 76
Binary 11001010 10111000 1110010 0 1001 101100 10101 110000 101101 111110

Color Harmonies of #CAB872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB872

Black with #CAB872

Text Example


Text Example

White with #CAB872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB872; }

 p { color: rgb(202,184,114); }

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

background-color css

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

 a { background-color: rgb(202,184,114); }

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

border-color css

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

 span { border-color: rgb(202,184,114); }

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