Html Css Color HEX #CCA36E Putty

📋 copy color: '#CCA36E'

red 204 ◦ green 163 ◦ blue 110

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

Shades of Putty #CCA36E

Tints of Putty #CCA36E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.06%

R = 42.77%
G = 34.17%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CCA36E (or 0xCCA36E) is known color: Putty. HEX triplet: CC, A3 and 6E. RGB value is (204,163,110). Sum of RGB (Red+Green+Blue) = 204+163+110=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA36E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA36E is #335C91. Grayscale: #A9A9A9. Windows color (decimal): -3366034 or 7250892. OLE color: 7250892.

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

Color convert

RGB 204 163 110 -
CMYK 0 0.20 0.46 0.2
HSL 33.83º 0.48% 0.62% -
HSV(B) 33.83º 0.46% 0.8% -
XYZ 40.81 40.16 20.35 -
YUV 169.22 94.58 152.81 -
System Red Green Blue C M Y K H S L
Decimal 204 163 110 0 0.20 0.46 0.2 33.83 0.48 0.62
Hex CC A3 6E 0 14 2E 14 22 30 3E
Octal 314 243 156 0 24 56 24 42 60 76
Binary 11001100 10100011 1101110 0 10100 101110 10100 100010 110000 111110

Color Harmonies of #CCA36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA36E

Black with #CCA36E

Text Example


Text Example

White with #CCA36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA36E; }

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

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

background-color css

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

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

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

border-color css

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

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

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