Html Css Color HEX #CAB174 Putty

📋 copy color: '#CAB174'

red 202 ◦ green 177 ◦ blue 116

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

Shades of Putty #CAB174

Tints of Putty #CAB174

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.76%

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

R = 40.81%
G = 35.76%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CAB174 (or 0xCAB174) is known color: Putty. HEX triplet: CA, B1 and 74. RGB value is (202,177,116). Sum of RGB (Red+Green+Blue) = 202+177+116=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB174 is #354E8B. Grayscale: #B1B1B1. Windows color (decimal): -3493516 or 7647690. OLE color: 7647690.

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

Color convert

RGB 202 177 116 -
CMYK 0 0.12 0.43 0.21
HSL 42.56º 0.45% 0.62% -
HSV(B) 42.56º 0.43% 0.79% -
XYZ 43.23 45.26 22.98 -
YUV 177.52 93.28 145.46 -
System Red Green Blue C M Y K H S L
Decimal 202 177 116 0 0.12 0.43 0.21 42.56 0.45 0.62
Hex CA B1 74 0 C 2B 15 2B 2D 3E
Octal 312 261 164 0 14 53 25 53 55 76
Binary 11001010 10110001 1110100 0 1100 101011 10101 101011 101101 111110

Color Harmonies of #CAB174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB174

Black with #CAB174

Text Example


Text Example

White with #CAB174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB174; }

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

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

background-color css

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

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

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

border-color css

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

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

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