Html Css Color HEX #CAB175 Putty

📋 copy color: '#CAB175'

red 202 ◦ green 177 ◦ blue 117

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

Shades of Putty #CAB175

Tints of Putty #CAB175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.59%

R = 40.73%
G = 35.69%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CAB175 (or 0xCAB175) is known color: Putty. HEX triplet: CA, B1 and 75. RGB value is (202,177,117). Sum of RGB (Red+Green+Blue) = 202+177+117=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB175 is #354E8A. Grayscale: #B1B1B1. Windows color (decimal): -3493515 or 7713226. OLE color: 7713226.

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

Color convert

RGB 202 177 117 -
CMYK 0 0.12 0.42 0.21
HSL 42.35º 0.45% 0.63% -
HSV(B) 42.35º 0.42% 0.79% -
XYZ 43.29 45.29 23.29 -
YUV 177.64 93.78 145.38 -
System Red Green Blue C M Y K H S L
Decimal 202 177 117 0 0.12 0.42 0.21 42.35 0.45 0.63
Hex CA B1 75 0 C 2A 15 2A 2D 3F
Octal 312 261 165 0 14 52 25 52 55 77
Binary 11001010 10110001 1110101 0 1100 101010 10101 101010 101101 111111

Color Harmonies of #CAB175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB175

Black with #CAB175

Text Example


Text Example

White with #CAB175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB175; }

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

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

background-color css

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

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

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

border-color css

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

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

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