Html Css Color HEX #CEB16E Putty

📋 copy color: '#CEB16E'

red 206 ◦ green 177 ◦ blue 110

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

Shades of Putty #CEB16E

Tints of Putty #CEB16E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.9%

 BLUE value IS 110 (43.36% from 255) = 22.31%

R = 41.78%
G = 35.9%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CEB16E (or 0xCEB16E) is known color: Putty. HEX triplet: CE, B1 and 6E. RGB value is (206,177,110). Sum of RGB (Red+Green+Blue) = 206+177+110=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB16E is #314E91. Grayscale: #B2B2B2. Windows color (decimal): -3231378 or 7254478. OLE color: 7254478.

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

Color convert

RGB 206 177 110 -
CMYK 0 0.14 0.47 0.19
HSL 41.88º 0.49% 0.62% -
HSV(B) 41.88º 0.47% 0.81% -
XYZ 43.99 45.69 21.25 -
YUV 178.03 89.61 147.95 -
System Red Green Blue C M Y K H S L
Decimal 206 177 110 0 0.14 0.47 0.19 41.88 0.49 0.62
Hex CE B1 6E 0 E 2F 13 2A 31 3E
Octal 316 261 156 0 16 57 23 52 61 76
Binary 11001110 10110001 1101110 0 1110 101111 10011 101010 110001 111110

Color Harmonies of #CEB16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB16E

Black with #CEB16E

Text Example


Text Example

White with #CEB16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB16E; }

 p { color: rgb(206,177,110); }

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

background-color css

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

 a { background-color: rgb(206,177,110); }

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

border-color css

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

 span { border-color: rgb(206,177,110); }

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