Html Css Color HEX #CEB16D Putty

📋 copy color: '#CEB16D'

red 206 ◦ green 177 ◦ blue 109

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

Shades of Putty #CEB16D

Tints of Putty #CEB16D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.15%

R = 41.87%
G = 35.98%
B = 22.15%

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

#CEB16D (or 0xCEB16D) is known color: Putty. HEX triplet: CE, B1 and 6D. RGB value is (206,177,109). Sum of RGB (Red+Green+Blue) = 206+177+109=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB16D is #314E92. Grayscale: #B2B2B2. Windows color (decimal): -3231379 or 7188942. OLE color: 7188942.

HSL color Cylindrical-coordinate representation of color #CEB16D: hue angle of 42.06º degrees, saturation: 0.5, 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 #CEB16D is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 177 109 -
CMYK 0 0.14 0.47 0.19
HSL 42.06º 0.5% 0.62% -
HSV(B) 42.06º 0.47% 0.81% -
XYZ 43.94 45.67 20.97 -
YUV 177.92 89.11 148.03 -
System Red Green Blue C M Y K H S L
Decimal 206 177 109 0 0.14 0.47 0.19 42.06 0.5 0.62
Hex CE B1 6D 0 E 2F 13 2A 32 3E
Octal 316 261 155 0 16 57 23 52 62 76
Binary 11001110 10110001 1101101 0 1110 101111 10011 101010 110010 111110

Color Harmonies of #CEB16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB16D

Black with #CEB16D

Text Example


Text Example

White with #CEB16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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