Html Css Color HEX #CCAE7C Putty

📋 copy color: '#CCAE7C'

red 204 ◦ green 174 ◦ blue 124

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

Shades of Putty #CCAE7C

Tints of Putty #CCAE7C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.66%

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

R = 40.64%
G = 34.66%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CCAE7C (or 0xCCAE7C) is known color: Putty. HEX triplet: CC, AE and 7C. RGB value is (204,174,124). Sum of RGB (Red+Green+Blue) = 204+174+124=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAE7C is #335183. Grayscale: #B1B1B1. Windows color (decimal): -3363204 or 8171212. OLE color: 8171212.

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

Color convert

RGB 204 174 124 -
CMYK 0 0.15 0.39 0.2
HSL 37.5º 0.44% 0.64% -
HSV(B) 37.5º 0.39% 0.8% -
XYZ 43.68 44.56 25.37 -
YUV 177.27 97.94 147.07 -
System Red Green Blue C M Y K H S L
Decimal 204 174 124 0 0.15 0.39 0.2 37.5 0.44 0.64
Hex CC AE 7C 0 F 27 14 26 2C 40
Octal 314 256 174 0 17 47 24 46 54 100
Binary 11001100 10101110 1111100 0 1111 100111 10100 100110 101100 1000000

Color Harmonies of #CCAE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAE7C

Black with #CCAE7C

Text Example


Text Example

White with #CCAE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAE7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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