Html Css Color HEX #CEAD77 Putty

📋 copy color: '#CEAD77'

red 206 ◦ green 173 ◦ blue 119

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

Shades of Putty #CEAD77

Tints of Putty #CEAD77

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.74%

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

R = 41.37%
G = 34.74%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CEAD77 (or 0xCEAD77) is known color: Putty. HEX triplet: CE, AD and 77. RGB value is (206,173,119). Sum of RGB (Red+Green+Blue) = 206+173+119=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAD77 is #315288. Grayscale: #B0B0B0. Windows color (decimal): -3232393 or 7843278. OLE color: 7843278.

HSL color Cylindrical-coordinate representation of color #CEAD77: hue angle of 37.24º 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 #CEAD77 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 173 119 -
CMYK 0 0.16 0.42 0.19
HSL 37.24º 0.47% 0.64% -
HSV(B) 37.24º 0.42% 0.81% -
XYZ 43.73 44.34 23.71 -
YUV 176.71 95.43 148.89 -
System Red Green Blue C M Y K H S L
Decimal 206 173 119 0 0.16 0.42 0.19 37.24 0.47 0.64
Hex CE AD 77 0 10 2A 13 25 2F 40
Octal 316 255 167 0 20 52 23 45 57 100
Binary 11001110 10101101 1110111 0 10000 101010 10011 100101 101111 1000000

Color Harmonies of #CEAD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD77

Black with #CEAD77

Text Example


Text Example

White with #CEAD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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