Html Css Color HEX #CEB176 Putty

📋 copy color: '#CEB176'

red 206 ◦ green 177 ◦ blue 118

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

Shades of Putty #CEB176

Tints of Putty #CEB176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.55%

R = 41.12%
G = 35.33%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CEB176 (or 0xCEB176) is known color: Putty. HEX triplet: CE, B1 and 76. RGB value is (206,177,118). Sum of RGB (Red+Green+Blue) = 206+177+118=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB176 is #314E89. Grayscale: #B3B3B3. Windows color (decimal): -3231370 or 7778766. OLE color: 7778766.

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

Color convert

RGB 206 177 118 -
CMYK 0 0.14 0.43 0.19
HSL 40.23º 0.47% 0.64% -
HSV(B) 40.23º 0.43% 0.81% -
XYZ 44.45 45.87 23.65 -
YUV 178.95 93.61 147.3 -
System Red Green Blue C M Y K H S L
Decimal 206 177 118 0 0.14 0.43 0.19 40.23 0.47 0.64
Hex CE B1 76 0 E 2B 13 28 2F 40
Octal 316 261 166 0 16 53 23 50 57 100
Binary 11001110 10110001 1110110 0 1110 101011 10011 101000 101111 1000000

Color Harmonies of #CEB176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB176

Black with #CEB176

Text Example


Text Example

White with #CEB176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB176; }

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

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

background-color css

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

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

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

border-color css

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

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

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