Html Css Color HEX #CCA670 Putty

📋 copy color: '#CCA670'

red 204 ◦ green 166 ◦ blue 112

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

Shades of Putty #CCA670

Tints of Putty #CCA670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.24%

R = 42.32%
G = 34.44%
B = 23.24%

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

#CCA670 (or 0xCCA670) is known color: Putty. HEX triplet: CC, A6 and 70. RGB value is (204,166,112). Sum of RGB (Red+Green+Blue) = 204+166+112=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA670 is #33598F. Grayscale: #ABABAB. Windows color (decimal): -3365264 or 7382732. OLE color: 7382732.

HSL color Cylindrical-coordinate representation of color #CCA670: hue angle of 35.22º 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 #CCA670 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 166 112 -
CMYK 0 0.19 0.45 0.2
HSL 35.22º 0.47% 0.62% -
HSV(B) 35.22º 0.45% 0.8% -
XYZ 41.46 41.28 21.11 -
YUV 171.21 94.59 151.39 -
System Red Green Blue C M Y K H S L
Decimal 204 166 112 0 0.19 0.45 0.2 35.22 0.47 0.62
Hex CC A6 70 0 13 2D 14 23 2F 3E
Octal 314 246 160 0 23 55 24 43 57 76
Binary 11001100 10100110 1110000 0 10011 101101 10100 100011 101111 111110

Color Harmonies of #CCA670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA670

Black with #CCA670

Text Example


Text Example

White with #CCA670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA670; }

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

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

background-color css

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

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

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

border-color css

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

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

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