Html Css Color HEX #CAB472 Putty

📋 copy color: '#CAB472'

red 202 ◦ green 180 ◦ blue 114

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

Shades of Putty #CAB472

Tints of Putty #CAB472

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.29%

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

R = 40.73%
G = 36.29%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CAB472 (or 0xCAB472) is known color: Putty. HEX triplet: CA, B4 and 72. RGB value is (202,180,114). Sum of RGB (Red+Green+Blue) = 202+180+114=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB472 is #354B8D. Grayscale: #B3B3B3. Windows color (decimal): -3492750 or 7517386. OLE color: 7517386.

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

Color convert

RGB 202 180 114 -
CMYK 0 0.11 0.44 0.21
HSL 45º 0.45% 0.62% -
HSV(B) 45º 0.44% 0.79% -
XYZ 43.72 46.41 22.57 -
YUV 179.05 91.29 144.37 -
System Red Green Blue C M Y K H S L
Decimal 202 180 114 0 0.11 0.44 0.21 45 0.45 0.62
Hex CA B4 72 0 B 2C 15 2D 2D 3E
Octal 312 264 162 0 13 54 25 55 55 76
Binary 11001010 10110100 1110010 0 1011 101100 10101 101101 101101 111110

Color Harmonies of #CAB472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB472

Black with #CAB472

Text Example


Text Example

White with #CAB472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB472; }

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

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

background-color css

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

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

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

border-color css

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

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

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