Html Css Color HEX #CCAA70 Putty

📋 copy color: '#CCAA70'

red 204 ◦ green 170 ◦ blue 112

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

Shades of Putty #CCAA70

Tints of Putty #CCAA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.05%

R = 41.98%
G = 34.98%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CCAA70 (or 0xCCAA70) is known color: Putty. HEX triplet: CC, AA and 70. RGB value is (204,170,112). Sum of RGB (Red+Green+Blue) = 204+170+112=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAA70 is #33558F. Grayscale: #ADADAD. Windows color (decimal): -3364240 or 7383756. OLE color: 7383756.

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

Color convert

RGB 204 170 112 -
CMYK 0 0.17 0.45 0.2
HSL 37.83º 0.47% 0.62% -
HSV(B) 37.83º 0.45% 0.8% -
XYZ 42.2 42.76 21.36 -
YUV 173.55 93.26 149.72 -
System Red Green Blue C M Y K H S L
Decimal 204 170 112 0 0.17 0.45 0.2 37.83 0.47 0.62
Hex CC AA 70 0 11 2D 14 26 2F 3E
Octal 314 252 160 0 21 55 24 46 57 76
Binary 11001100 10101010 1110000 0 10001 101101 10100 100110 101111 111110

Color Harmonies of #CCAA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA70

Black with #CCAA70

Text Example


Text Example

White with #CCAA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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