Html Css Color HEX #CEB276 Putty

📋 copy color: '#CEB276'

red 206 ◦ green 178 ◦ blue 118

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

Shades of Putty #CEB276

Tints of Putty #CEB276

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.46%

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

R = 41.04%
G = 35.46%
B = 23.51%

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

#CEB276 (or 0xCEB276) is known color: Putty. HEX triplet: CE, B2 and 76. RGB value is (206,178,118). Sum of RGB (Red+Green+Blue) = 206+178+118=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB276 is #314D89. Grayscale: #B3B3B3. Windows color (decimal): -3231114 or 7779022. OLE color: 7779022.

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

Color convert

RGB 206 178 118 -
CMYK 0 0.14 0.43 0.19
HSL 40.91º 0.47% 0.64% -
HSV(B) 40.91º 0.43% 0.81% -
XYZ 44.64 46.27 23.72 -
YUV 179.53 93.28 146.88 -
System Red Green Blue C M Y K H S L
Decimal 206 178 118 0 0.14 0.43 0.19 40.91 0.47 0.64
Hex CE B2 76 0 E 2B 13 29 2F 40
Octal 316 262 166 0 16 53 23 51 57 100
Binary 11001110 10110010 1110110 0 1110 101011 10011 101001 101111 1000000

Color Harmonies of #CEB276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB276

Black with #CEB276

Text Example


Text Example

White with #CEB276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB276; }

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

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

background-color css

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

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

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

border-color css

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

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

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