Html Css Color HEX #CEB96F Putty

📋 copy color: '#CEB96F'

red 206 ◦ green 185 ◦ blue 111

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

Shades of Putty #CEB96F

Tints of Putty #CEB96F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.85%

 BLUE value IS 111 (43.75% from 255) = 22.11%

R = 41.04%
G = 36.85%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CEB96F (or 0xCEB96F) is known color: Putty. HEX triplet: CE, B9 and 6F. RGB value is (206,185,111). Sum of RGB (Red+Green+Blue) = 206+185+111=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB96F is #314690. Grayscale: #B7B7B7. Windows color (decimal): -3229329 or 7322062. OLE color: 7322062.

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

Color convert

RGB 206 185 111 -
CMYK 0 0.10 0.46 0.19
HSL 46.74º 0.49% 0.62% -
HSV(B) 46.74º 0.46% 0.81% -
XYZ 45.67 48.97 22.08 -
YUV 182.84 87.46 144.52 -
System Red Green Blue C M Y K H S L
Decimal 206 185 111 0 0.10 0.46 0.19 46.74 0.49 0.62
Hex CE B9 6F 0 A 2E 13 2F 31 3E
Octal 316 271 157 0 12 56 23 57 61 76
Binary 11001110 10111001 1101111 0 1010 101110 10011 101111 110001 111110

Color Harmonies of #CEB96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB96F

Black with #CEB96F

Text Example


Text Example

White with #CEB96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB96F; }

 p { color: rgb(206,185,111); }

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

background-color css

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

 a { background-color: rgb(206,185,111); }

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

border-color css

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

 span { border-color: rgb(206,185,111); }

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