Html Css Color HEX #CCA671 Putty

📋 copy color: '#CCA671'

red 204 ◦ green 166 ◦ blue 113

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

Shades of Putty #CCA671

Tints of Putty #CCA671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.4%

R = 42.24%
G = 34.37%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CCA671 (or 0xCCA671) is known color: Putty. HEX triplet: CC, A6 and 71. RGB value is (204,166,113). Sum of RGB (Red+Green+Blue) = 204+166+113=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA671 is #33598E. Grayscale: #ABABAB. Windows color (decimal): -3365263 or 7448268. OLE color: 7448268.

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

Color convert

RGB 204 166 113 -
CMYK 0 0.19 0.45 0.2
HSL 34.95º 0.47% 0.62% -
HSV(B) 34.95º 0.45% 0.8% -
XYZ 41.52 41.3 21.41 -
YUV 171.32 95.09 151.31 -
System Red Green Blue C M Y K H S L
Decimal 204 166 113 0 0.19 0.45 0.2 34.95 0.47 0.62
Hex CC A6 71 0 13 2D 14 23 2F 3E
Octal 314 246 161 0 23 55 24 43 57 76
Binary 11001100 10100110 1110001 0 10011 101101 10100 100011 101111 111110

Color Harmonies of #CCA671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA671

Black with #CCA671

Text Example


Text Example

White with #CCA671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA671; }

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

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

background-color css

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

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

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

border-color css

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

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

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