Html Css Color HEX #CCAA6C Putty

📋 copy color: '#CCAA6C'

red 204 ◦ green 170 ◦ blue 108

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

Shades of Putty #CCAA6C

Tints of Putty #CCAA6C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.27%

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

R = 42.32%
G = 35.27%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCAA6C (or 0xCCAA6C) is known color: Putty. HEX triplet: CC, AA and 6C. RGB value is (204,170,108). Sum of RGB (Red+Green+Blue) = 204+170+108=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAA6C is #335593. Grayscale: #ADADAD. Windows color (decimal): -3364244 or 7121612. OLE color: 7121612.

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

Color convert

RGB 204 170 108 -
CMYK 0 0.17 0.47 0.2
HSL 38.75º 0.48% 0.61% -
HSV(B) 38.75º 0.47% 0.8% -
XYZ 41.98 42.67 20.21 -
YUV 173.1 91.26 150.04 -
System Red Green Blue C M Y K H S L
Decimal 204 170 108 0 0.17 0.47 0.2 38.75 0.48 0.61
Hex CC AA 6C 0 11 2F 14 27 30 3D
Octal 314 252 154 0 21 57 24 47 60 75
Binary 11001100 10101010 1101100 0 10001 101111 10100 100111 110000 111101

Color Harmonies of #CCAA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA6C

Black with #CCAA6C

Text Example


Text Example

White with #CCAA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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