Html Css Color HEX #CCA572 Putty

📋 copy color: '#CCA572'

red 204 ◦ green 165 ◦ blue 114

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

Shades of Putty #CCA572

Tints of Putty #CCA572

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.16%

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

R = 42.24%
G = 34.16%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CCA572 (or 0xCCA572) is known color: Putty. HEX triplet: CC, A5 and 72. RGB value is (204,165,114). Sum of RGB (Red+Green+Blue) = 204+165+114=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA572 is #335A8D. Grayscale: #ABABAB. Windows color (decimal): -3365518 or 7513548. OLE color: 7513548.

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

Color convert

RGB 204 165 114 -
CMYK 0 0.19 0.44 0.2
HSL 34º 0.47% 0.62% -
HSV(B) 34º 0.44% 0.8% -
XYZ 41.39 40.96 21.64 -
YUV 170.85 95.92 151.65 -
System Red Green Blue C M Y K H S L
Decimal 204 165 114 0 0.19 0.44 0.2 34 0.47 0.62
Hex CC A5 72 0 13 2C 14 22 2F 3E
Octal 314 245 162 0 23 54 24 42 57 76
Binary 11001100 10100101 1110010 0 10011 101100 10100 100010 101111 111110

Color Harmonies of #CCA572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA572

Black with #CCA572

Text Example


Text Example

White with #CCA572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA572; }

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

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

background-color css

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

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

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

border-color css

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

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

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