Html Css Color HEX #CCA879 Putty

📋 copy color: '#CCA879'

red 204 ◦ green 168 ◦ blue 121

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

Shades of Putty #CCA879

Tints of Putty #CCA879

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.08%

 BLUE value IS 121 (47.66% from 255) = 24.54%

R = 41.38%
G = 34.08%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CCA879 (or 0xCCA879) is known color: Putty. HEX triplet: CC, A8 and 79. RGB value is (204,168,121). Sum of RGB (Red+Green+Blue) = 204+168+121=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA879 is #335786. Grayscale: #ADADAD. Windows color (decimal): -3364743 or 7973068. OLE color: 7973068.

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

Color convert

RGB 204 168 121 -
CMYK 0 0.18 0.41 0.2
HSL 33.98º 0.45% 0.64% -
HSV(B) 33.98º 0.41% 0.8% -
XYZ 42.36 42.22 24.01 -
YUV 173.41 98.43 149.82 -
System Red Green Blue C M Y K H S L
Decimal 204 168 121 0 0.18 0.41 0.2 33.98 0.45 0.64
Hex CC A8 79 0 12 29 14 22 2D 40
Octal 314 250 171 0 22 51 24 42 55 100
Binary 11001100 10101000 1111001 0 10010 101001 10100 100010 101101 1000000

Color Harmonies of #CCA879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA879

Black with #CCA879

Text Example


Text Example

White with #CCA879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA879; }

 p { color: rgb(204,168,121); }

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

background-color css

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

 a { background-color: rgb(204,168,121); }

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

border-color css

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

 span { border-color: rgb(204,168,121); }

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