Html Css Color HEX #CCA370 Putty

📋 copy color: '#CCA370'

red 204 ◦ green 163 ◦ blue 112

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

Shades of Putty #CCA370

Tints of Putty #CCA370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.38%

R = 42.59%
G = 34.03%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CCA370 (or 0xCCA370) is known color: Putty. HEX triplet: CC, A3 and 70. RGB value is (204,163,112). Sum of RGB (Red+Green+Blue) = 204+163+112=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA370 is #335C8F. Grayscale: #A9A9A9. Windows color (decimal): -3366032 or 7381964. OLE color: 7381964.

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

Color convert

RGB 204 163 112 -
CMYK 0 0.20 0.45 0.2
HSL 33.26º 0.47% 0.62% -
HSV(B) 33.26º 0.45% 0.8% -
XYZ 40.92 40.2 20.93 -
YUV 169.45 95.58 152.65 -
System Red Green Blue C M Y K H S L
Decimal 204 163 112 0 0.20 0.45 0.2 33.26 0.47 0.62
Hex CC A3 70 0 14 2D 14 21 2F 3E
Octal 314 243 160 0 24 55 24 41 57 76
Binary 11001100 10100011 1110000 0 10100 101101 10100 100001 101111 111110

Color Harmonies of #CCA370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA370

Black with #CCA370

Text Example


Text Example

White with #CCA370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA370; }

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

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

background-color css

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

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

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

border-color css

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

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

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