Html Css Color HEX #CCA46C Putty

📋 copy color: '#CCA46C'

red 204 ◦ green 164 ◦ blue 108

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

Shades of Putty #CCA46C

Tints of Putty #CCA46C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.45%

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

R = 42.86%
G = 34.45%
B = 22.69%

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

#CCA46C (or 0xCCA46C) is known color: Putty. HEX triplet: CC, A4 and 6C. RGB value is (204,164,108). Sum of RGB (Red+Green+Blue) = 204+164+108=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA46C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA46C is #335B93. Grayscale: #A9A9A9. Windows color (decimal): -3365780 or 7120076. OLE color: 7120076.

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

Color convert

RGB 204 164 108 -
CMYK 0 0.20 0.47 0.2
HSL 35º 0.48% 0.61% -
HSV(B) 35º 0.47% 0.8% -
XYZ 40.88 40.47 19.84 -
YUV 169.58 93.25 152.55 -
System Red Green Blue C M Y K H S L
Decimal 204 164 108 0 0.20 0.47 0.2 35 0.48 0.61
Hex CC A4 6C 0 14 2F 14 23 30 3D
Octal 314 244 154 0 24 57 24 43 60 75
Binary 11001100 10100100 1101100 0 10100 101111 10100 100011 110000 111101

Color Harmonies of #CCA46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA46C

Black with #CCA46C

Text Example


Text Example

White with #CCA46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA46C; }

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

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

background-color css

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

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

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

border-color css

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

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

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