Html Css Color HEX #CCAA6D Putty

📋 copy color: '#CCAA6D'

red 204 ◦ green 170 ◦ blue 109

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

Shades of Putty #CCAA6D

Tints of Putty #CCAA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.57%

R = 42.24%
G = 35.2%
B = 22.57%

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

#CCAA6D (or 0xCCAA6D) is known color: Putty. HEX triplet: CC, AA and 6D. RGB value is (204,170,109). Sum of RGB (Red+Green+Blue) = 204+170+109=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAA6D is #335592. Grayscale: #ADADAD. Windows color (decimal): -3364243 or 7187148. OLE color: 7187148.

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

Color convert

RGB 204 170 109 -
CMYK 0 0.17 0.47 0.2
HSL 38.53º 0.48% 0.61% -
HSV(B) 38.53º 0.47% 0.8% -
XYZ 42.04 42.69 20.49 -
YUV 173.21 91.76 149.96 -
System Red Green Blue C M Y K H S L
Decimal 204 170 109 0 0.17 0.47 0.2 38.53 0.48 0.61
Hex CC AA 6D 0 11 2F 14 27 30 3D
Octal 314 252 155 0 21 57 24 47 60 75
Binary 11001100 10101010 1101101 0 10001 101111 10100 100111 110000 111101

Color Harmonies of #CCAA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA6D

Black with #CCAA6D

Text Example


Text Example

White with #CCAA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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