Html Css Color HEX #CCAB7C Putty

📋 copy color: '#CCAB7C'

red 204 ◦ green 171 ◦ blue 124

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

Shades of Putty #CCAB7C

Tints of Putty #CCAB7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.85%

R = 40.88%
G = 34.27%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CCAB7C (or 0xCCAB7C) is known color: Putty. HEX triplet: CC, AB and 7C. RGB value is (204,171,124). Sum of RGB (Red+Green+Blue) = 204+171+124=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAB7C is #335483. Grayscale: #AFAFAF. Windows color (decimal): -3363972 or 8170444. OLE color: 8170444.

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

Color convert

RGB 204 171 124 -
CMYK 0 0.16 0.39 0.2
HSL 35.25º 0.44% 0.64% -
HSV(B) 35.25º 0.39% 0.8% -
XYZ 43.1 43.42 25.18 -
YUV 175.51 98.93 148.32 -
System Red Green Blue C M Y K H S L
Decimal 204 171 124 0 0.16 0.39 0.2 35.25 0.44 0.64
Hex CC AB 7C 0 10 27 14 23 2C 40
Octal 314 253 174 0 20 47 24 43 54 100
Binary 11001100 10101011 1111100 0 10000 100111 10100 100011 101100 1000000

Color Harmonies of #CCAB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB7C

Black with #CCAB7C

Text Example


Text Example

White with #CCAB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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