Html Css Color HEX #CAA675 Putty

📋 copy color: '#CAA675'

red 202 ◦ green 166 ◦ blue 117

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

Shades of Putty #CAA675

Tints of Putty #CAA675

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.23%

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

R = 41.65%
G = 34.23%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CAA675 (or 0xCAA675) is known color: Putty. HEX triplet: CA, A6 and 75. RGB value is (202,166,117). Sum of RGB (Red+Green+Blue) = 202+166+117=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA675 is #35598A. Grayscale: #ABABAB. Windows color (decimal): -3496331 or 7710410. OLE color: 7710410.

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

Color convert

RGB 202 166 117 -
CMYK 0 0.18 0.42 0.21
HSL 34.59º 0.45% 0.63% -
HSV(B) 34.59º 0.42% 0.79% -
XYZ 41.2 41.11 22.59 -
YUV 171.18 97.43 149.98 -
System Red Green Blue C M Y K H S L
Decimal 202 166 117 0 0.18 0.42 0.21 34.59 0.45 0.63
Hex CA A6 75 0 12 2A 15 23 2D 3F
Octal 312 246 165 0 22 52 25 43 55 77
Binary 11001010 10100110 1110101 0 10010 101010 10101 100011 101101 111111

Color Harmonies of #CAA675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA675

Black with #CAA675

Text Example


Text Example

White with #CAA675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA675; }

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

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

background-color css

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

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

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

border-color css

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

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

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