Html Css Color HEX #CAB474 Putty

📋 copy color: '#CAB474'

red 202 ◦ green 180 ◦ blue 116

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

Shades of Putty #CAB474

Tints of Putty #CAB474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.29%

R = 40.56%
G = 36.14%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CAB474 (or 0xCAB474) is known color: Putty. HEX triplet: CA, B4 and 74. RGB value is (202,180,116). Sum of RGB (Red+Green+Blue) = 202+180+116=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB474 is #354B8B. Grayscale: #B3B3B3. Windows color (decimal): -3492748 or 7648458. OLE color: 7648458.

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

Color convert

RGB 202 180 116 -
CMYK 0 0.11 0.43 0.21
HSL 44.65º 0.45% 0.62% -
HSV(B) 44.65º 0.43% 0.79% -
XYZ 43.83 46.46 23.18 -
YUV 179.28 92.29 144.2 -
System Red Green Blue C M Y K H S L
Decimal 202 180 116 0 0.11 0.43 0.21 44.65 0.45 0.62
Hex CA B4 74 0 B 2B 15 2D 2D 3E
Octal 312 264 164 0 13 53 25 55 55 76
Binary 11001010 10110100 1110100 0 1011 101011 10101 101101 101101 111110

Color Harmonies of #CAB474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB474

Black with #CAB474

Text Example


Text Example

White with #CAB474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB474; }

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

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

background-color css

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

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

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

border-color css

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

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

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