Html Css Color HEX #CAB072 Putty

📋 copy color: '#CAB072'

red 202 ◦ green 176 ◦ blue 114

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

Shades of Putty #CAB072

Tints of Putty #CAB072

RGB

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

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

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

R = 41.06%
G = 35.77%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CAB072 (or 0xCAB072) is known color: Putty. HEX triplet: CA, B0 and 72. RGB value is (202,176,114). Sum of RGB (Red+Green+Blue) = 202+176+114=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB072 is #354F8D. Grayscale: #B0B0B0. Windows color (decimal): -3493774 or 7516362. OLE color: 7516362.

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

Color convert

RGB 202 176 114 -
CMYK 0 0.13 0.44 0.21
HSL 42.27º 0.45% 0.62% -
HSV(B) 42.27º 0.44% 0.79% -
XYZ 42.92 44.82 22.31 -
YUV 176.71 92.61 146.04 -
System Red Green Blue C M Y K H S L
Decimal 202 176 114 0 0.13 0.44 0.21 42.27 0.45 0.62
Hex CA B0 72 0 D 2C 15 2A 2D 3E
Octal 312 260 162 0 15 54 25 52 55 76
Binary 11001010 10110000 1110010 0 1101 101100 10101 101010 101101 111110

Color Harmonies of #CAB072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB072

Black with #CAB072

Text Example


Text Example

White with #CAB072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB072; }

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

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

background-color css

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

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

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

border-color css

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

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

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