Html Css Color HEX #CCA972 Putty

📋 copy color: '#CCA972'

red 204 ◦ green 169 ◦ blue 114

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

Shades of Putty #CCA972

Tints of Putty #CCA972

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.7%

 BLUE value IS 114 (44.92% from 255) = 23.41%

R = 41.89%
G = 34.7%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CCA972 (or 0xCCA972) is known color: Putty. HEX triplet: CC, A9 and 72. RGB value is (204,169,114). Sum of RGB (Red+Green+Blue) = 204+169+114=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA972 is #33568D. Grayscale: #ADADAD. Windows color (decimal): -3364494 or 7514572. OLE color: 7514572.

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

Color convert

RGB 204 169 114 -
CMYK 0 0.17 0.44 0.2
HSL 36.67º 0.47% 0.62% -
HSV(B) 36.67º 0.44% 0.8% -
XYZ 42.13 42.43 21.89 -
YUV 173.2 94.6 149.97 -
System Red Green Blue C M Y K H S L
Decimal 204 169 114 0 0.17 0.44 0.2 36.67 0.47 0.62
Hex CC A9 72 0 11 2C 14 25 2F 3E
Octal 314 251 162 0 21 54 24 45 57 76
Binary 11001100 10101001 1110010 0 10001 101100 10100 100101 101111 111110

Color Harmonies of #CCA972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA972

Black with #CCA972

Text Example


Text Example

White with #CCA972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA972; }

 p { color: rgb(204,169,114); }

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

background-color css

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

 a { background-color: rgb(204,169,114); }

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

border-color css

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

 span { border-color: rgb(204,169,114); }

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