Html Css Color HEX #CCA374 Putty

📋 copy color: '#CCA374'

red 204 ◦ green 163 ◦ blue 116

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

Shades of Putty #CCA374

Tints of Putty #CCA374

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.75%

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

R = 42.24%
G = 33.75%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CCA374 (or 0xCCA374) is known color: Putty. HEX triplet: CC, A3 and 74. RGB value is (204,163,116). Sum of RGB (Red+Green+Blue) = 204+163+116=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA374 is #335C8B. Grayscale: #AAAAAA. Windows color (decimal): -3366028 or 7644108. OLE color: 7644108.

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

Color convert

RGB 204 163 116 -
CMYK 0 0.20 0.43 0.2
HSL 32.05º 0.46% 0.63% -
HSV(B) 32.05º 0.43% 0.8% -
XYZ 41.15 40.29 22.13 -
YUV 169.9 97.58 152.32 -
System Red Green Blue C M Y K H S L
Decimal 204 163 116 0 0.20 0.43 0.2 32.05 0.46 0.63
Hex CC A3 74 0 14 2B 14 20 2E 3F
Octal 314 243 164 0 24 53 24 40 56 77
Binary 11001100 10100011 1110100 0 10100 101011 10100 100000 101110 111111

Color Harmonies of #CCA374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA374

Black with #CCA374

Text Example


Text Example

White with #CCA374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA374; }

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

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

background-color css

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

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

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

border-color css

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

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

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