Html Css Color HEX #CCAB6E Putty

📋 copy color: '#CCAB6E'

red 204 ◦ green 171 ◦ blue 110

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

Shades of Putty #CCAB6E

Tints of Putty #CCAB6E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.26%

 BLUE value IS 110 (43.36% from 255) = 22.68%

R = 42.06%
G = 35.26%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CCAB6E (or 0xCCAB6E) is known color: Putty. HEX triplet: CC, AB and 6E. RGB value is (204,171,110). Sum of RGB (Red+Green+Blue) = 204+171+110=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAB6E is #335491. Grayscale: #AEAEAE. Windows color (decimal): -3363986 or 7252940. OLE color: 7252940.

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

Color convert

RGB 204 171 110 -
CMYK 0 0.16 0.46 0.2
HSL 38.94º 0.48% 0.62% -
HSV(B) 38.94º 0.46% 0.8% -
XYZ 42.28 43.09 20.84 -
YUV 173.91 91.93 149.46 -
System Red Green Blue C M Y K H S L
Decimal 204 171 110 0 0.16 0.46 0.2 38.94 0.48 0.62
Hex CC AB 6E 0 10 2E 14 27 30 3E
Octal 314 253 156 0 20 56 24 47 60 76
Binary 11001100 10101011 1101110 0 10000 101110 10100 100111 110000 111110

Color Harmonies of #CCAB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB6E

Black with #CCAB6E

Text Example


Text Example

White with #CCAB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB6E; }

 p { color: rgb(204,171,110); }

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

background-color css

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

 a { background-color: rgb(204,171,110); }

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

border-color css

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

 span { border-color: rgb(204,171,110); }

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