Html Css Color HEX #CCAE7A Putty

📋 copy color: '#CCAE7A'

red 204 ◦ green 174 ◦ blue 122

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

Shades of Putty #CCAE7A

Tints of Putty #CCAE7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.4%

R = 40.8%
G = 34.8%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CCAE7A (or 0xCCAE7A) is known color: Putty. HEX triplet: CC, AE and 7A. RGB value is (204,174,122). Sum of RGB (Red+Green+Blue) = 204+174+122=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAE7A is #335185. Grayscale: #B1B1B1. Windows color (decimal): -3363206 or 8040140. OLE color: 8040140.

HSL color Cylindrical-coordinate representation of color #CCAE7A: hue angle of 38.05º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCAE7A is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 174 122 -
CMYK 0 0.15 0.40 0.2
HSL 38.05º 0.45% 0.64% -
HSV(B) 38.05º 0.4% 0.8% -
XYZ 43.55 44.51 24.71 -
YUV 177.04 96.94 147.23 -
System Red Green Blue C M Y K H S L
Decimal 204 174 122 0 0.15 0.40 0.2 38.05 0.45 0.64
Hex CC AE 7A 0 F 28 14 26 2D 40
Octal 314 256 172 0 17 50 24 46 55 100
Binary 11001100 10101110 1111010 0 1111 101000 10100 100110 101101 1000000

Color Harmonies of #CCAE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAE7A

Black with #CCAE7A

Text Example


Text Example

White with #CCAE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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