Html Css Color HEX #CCA774 Putty

📋 copy color: '#CCA774'

red 204 ◦ green 167 ◦ blue 116

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

Shades of Putty #CCA774

Tints of Putty #CCA774

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.29%

 BLUE value IS 116 (45.7% from 255) = 23.82%

R = 41.89%
G = 34.29%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CCA774 (or 0xCCA774) is known color: Putty. HEX triplet: CC, A7 and 74. RGB value is (204,167,116). Sum of RGB (Red+Green+Blue) = 204+167+116=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA774 is #33588B. Grayscale: #ACACAC. Windows color (decimal): -3365004 or 7645132. OLE color: 7645132.

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

Color convert

RGB 204 167 116 -
CMYK 0 0.18 0.43 0.2
HSL 34.77º 0.46% 0.63% -
HSV(B) 34.77º 0.43% 0.8% -
XYZ 41.87 41.74 22.37 -
YUV 172.25 96.26 150.65 -
System Red Green Blue C M Y K H S L
Decimal 204 167 116 0 0.18 0.43 0.2 34.77 0.46 0.63
Hex CC A7 74 0 12 2B 14 23 2E 3F
Octal 314 247 164 0 22 53 24 43 56 77
Binary 11001100 10100111 1110100 0 10010 101011 10100 100011 101110 111111

Color Harmonies of #CCA774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA774

Black with #CCA774

Text Example


Text Example

White with #CCA774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA774; }

 p { color: rgb(204,167,116); }

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

background-color css

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

 a { background-color: rgb(204,167,116); }

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

border-color css

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

 span { border-color: rgb(204,167,116); }

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