Html Css Color HEX #CEAD66 Putty

📋 copy color: '#CEAD66'

red 206 ◦ green 173 ◦ blue 102

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

Shades of Putty #CEAD66

Tints of Putty #CEAD66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.21%

R = 42.83%
G = 35.97%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CEAD66 (or 0xCEAD66) is known color: Putty. HEX triplet: CE, AD and 66. RGB value is (206,173,102). Sum of RGB (Red+Green+Blue) = 206+173+102=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAD66 is #315299. Grayscale: #AFAFAF. Windows color (decimal): -3232410 or 6729166. OLE color: 6729166.

HSL color Cylindrical-coordinate representation of color #CEAD66: hue angle of 40.96º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEAD66 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 173 102 -
CMYK 0 0.16 0.50 0.19
HSL 40.96º 0.51% 0.6% -
HSV(B) 40.96º 0.5% 0.81% -
XYZ 42.8 43.97 18.8 -
YUV 174.77 86.93 150.27 -
System Red Green Blue C M Y K H S L
Decimal 206 173 102 0 0.16 0.50 0.19 40.96 0.51 0.6
Hex CE AD 66 0 10 32 13 29 33 3C
Octal 316 255 146 0 20 62 23 51 63 74
Binary 11001110 10101101 1100110 0 10000 110010 10011 101001 110011 111100

Color Harmonies of #CEAD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD66

Black with #CEAD66

Text Example


Text Example

White with #CEAD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD66; }

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

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

background-color css

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

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

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

border-color css

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

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

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