Html Css Color HEX #CCA874 Putty

📋 copy color: '#CCA874'

red 204 ◦ green 168 ◦ blue 116

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

Shades of Putty #CCA874

Tints of Putty #CCA874

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.43%

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

R = 41.8%
G = 34.43%
B = 23.77%

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

#CCA874 (or 0xCCA874) is known color: Putty. HEX triplet: CC, A8 and 74. RGB value is (204,168,116). Sum of RGB (Red+Green+Blue) = 204+168+116=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA874 is #33578B. Grayscale: #ADADAD. Windows color (decimal): -3364748 or 7645388. OLE color: 7645388.

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

Color convert

RGB 204 168 116 -
CMYK 0 0.18 0.43 0.2
HSL 35.45º 0.46% 0.63% -
HSV(B) 35.45º 0.43% 0.8% -
XYZ 42.06 42.1 22.43 -
YUV 172.84 95.93 150.23 -
System Red Green Blue C M Y K H S L
Decimal 204 168 116 0 0.18 0.43 0.2 35.45 0.46 0.63
Hex CC A8 74 0 12 2B 14 23 2E 3F
Octal 314 250 164 0 22 53 24 43 56 77
Binary 11001100 10101000 1110100 0 10010 101011 10100 100011 101110 111111

Color Harmonies of #CCA874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA874

Black with #CCA874

Text Example


Text Example

White with #CCA874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA874; }

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

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

background-color css

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

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

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

border-color css

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

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

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