Html Css Color HEX #CCA36C Putty

📋 copy color: '#CCA36C'

red 204 ◦ green 163 ◦ blue 108

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

Shades of Putty #CCA36C

Tints of Putty #CCA36C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.74%

R = 42.95%
G = 34.32%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCA36C (or 0xCCA36C) is known color: Putty. HEX triplet: CC, A3 and 6C. RGB value is (204,163,108). Sum of RGB (Red+Green+Blue) = 204+163+108=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA36C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA36C is #335C93. Grayscale: #A9A9A9. Windows color (decimal): -3366036 or 7119820. OLE color: 7119820.

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

Color convert

RGB 204 163 108 -
CMYK 0 0.20 0.47 0.2
HSL 34.38º 0.48% 0.61% -
HSV(B) 34.38º 0.47% 0.8% -
XYZ 40.71 40.11 19.78 -
YUV 168.99 93.58 152.97 -
System Red Green Blue C M Y K H S L
Decimal 204 163 108 0 0.20 0.47 0.2 34.38 0.48 0.61
Hex CC A3 6C 0 14 2F 14 22 30 3D
Octal 314 243 154 0 24 57 24 42 60 75
Binary 11001100 10100011 1101100 0 10100 101111 10100 100010 110000 111101

Color Harmonies of #CCA36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA36C

Black with #CCA36C

Text Example


Text Example

White with #CCA36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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