Html Css Color HEX #CEA777 Putty

📋 copy color: '#CEA777'

red 206 ◦ green 167 ◦ blue 119

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

Shades of Putty #CEA777

Tints of Putty #CEA777

RGB

 RED value IS 206 (80.86% from 255) = 41.87%

 GREEN value IS 167 (65.63% from 255) = 33.94%

 BLUE value IS 119 (46.88% from 255) = 24.19%

R = 41.87%
G = 33.94%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CEA777 (or 0xCEA777) is known color: Putty. HEX triplet: CE, A7 and 77. RGB value is (206,167,119). Sum of RGB (Red+Green+Blue) = 206+167+119=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA777 is #315888. Grayscale: #ADADAD. Windows color (decimal): -3233929 or 7841742. OLE color: 7841742.

HSL color Cylindrical-coordinate representation of color #CEA777: hue angle of 33.1º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEA777 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 167 119 -
CMYK 0 0.19 0.42 0.19
HSL 33.1º 0.47% 0.64% -
HSV(B) 33.1º 0.42% 0.81% -
XYZ 42.6 42.09 23.33 -
YUV 173.19 97.42 151.4 -
System Red Green Blue C M Y K H S L
Decimal 206 167 119 0 0.19 0.42 0.19 33.1 0.47 0.64
Hex CE A7 77 0 13 2A 13 21 2F 40
Octal 316 247 167 0 23 52 23 41 57 100
Binary 11001110 10100111 1110111 0 10011 101010 10011 100001 101111 1000000

Color Harmonies of #CEA777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA777

Black with #CEA777

Text Example


Text Example

White with #CEA777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA777; }

 p { color: rgb(206,167,119); }

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

background-color css

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

 a { background-color: rgb(206,167,119); }

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

border-color css

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

 span { border-color: rgb(206,167,119); }

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