Html Css Color HEX #CCA673 Putty

📋 copy color: '#CCA673'

red 204 ◦ green 166 ◦ blue 115

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

Shades of Putty #CCA673

Tints of Putty #CCA673

RGB

 RED value IS 204 (80.08% from 255) = 42.06%

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

 BLUE value IS 115 (45.31% from 255) = 23.71%

R = 42.06%
G = 34.23%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CCA673 (or 0xCCA673) is known color: Putty. HEX triplet: CC, A6 and 73. RGB value is (204,166,115). Sum of RGB (Red+Green+Blue) = 204+166+115=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA673 is #33598C. Grayscale: #ABABAB. Windows color (decimal): -3365261 or 7579340. OLE color: 7579340.

HSL color Cylindrical-coordinate representation of color #CCA673: hue angle of 34.38º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCA673 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 166 115 -
CMYK 0 0.19 0.44 0.2
HSL 34.38º 0.47% 0.63% -
HSV(B) 34.38º 0.44% 0.8% -
XYZ 41.63 41.35 22.01 -
YUV 171.55 96.09 151.15 -
System Red Green Blue C M Y K H S L
Decimal 204 166 115 0 0.19 0.44 0.2 34.38 0.47 0.63
Hex CC A6 73 0 13 2C 14 22 2F 3F
Octal 314 246 163 0 23 54 24 42 57 77
Binary 11001100 10100110 1110011 0 10011 101100 10100 100010 101111 111111

Color Harmonies of #CCA673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA673

Black with #CCA673

Text Example


Text Example

White with #CCA673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA673; }

 p { color: rgb(204,166,115); }

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

background-color css

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

 a { background-color: rgb(204,166,115); }

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

border-color css

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

 span { border-color: rgb(204,166,115); }

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