Html Css Color HEX #CEAD79 Putty

📋 copy color: '#CEAD79'

red 206 ◦ green 173 ◦ blue 121

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

Shades of Putty #CEAD79

Tints of Putty #CEAD79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.2%

R = 41.2%
G = 34.6%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CEAD79 (or 0xCEAD79) is known color: Putty. HEX triplet: CE, AD and 79. RGB value is (206,173,121). Sum of RGB (Red+Green+Blue) = 206+173+121=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 121 (47.66% from 255 or 24.2% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAD79 is #315286. Grayscale: #B1B1B1. Windows color (decimal): -3232391 or 7974350. OLE color: 7974350.

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

Color convert

RGB 206 173 121 -
CMYK 0 0.16 0.41 0.19
HSL 36.71º 0.46% 0.64% -
HSV(B) 36.71º 0.41% 0.81% -
XYZ 43.85 44.39 24.35 -
YUV 176.94 96.43 148.73 -
System Red Green Blue C M Y K H S L
Decimal 206 173 121 0 0.16 0.41 0.19 36.71 0.46 0.64
Hex CE AD 79 0 10 29 13 25 2E 40
Octal 316 255 171 0 20 51 23 45 56 100
Binary 11001110 10101101 1111001 0 10000 101001 10011 100101 101110 1000000

Color Harmonies of #CEAD79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD79

Black with #CEAD79

Text Example


Text Example

White with #CEAD79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD79; }

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

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

background-color css

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

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

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

border-color css

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

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

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