Html Css Color HEX #CEB86F Putty

📋 copy color: '#CEB86F'

red 206 ◦ green 184 ◦ blue 111

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

Shades of Putty #CEB86F

Tints of Putty #CEB86F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.73%

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

R = 41.12%
G = 36.73%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CEB86F (or 0xCEB86F) is known color: Putty. HEX triplet: CE, B8 and 6F. RGB value is (206,184,111). Sum of RGB (Red+Green+Blue) = 206+184+111=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB86F is #314790. Grayscale: #B6B6B6. Windows color (decimal): -3229585 or 7321806. OLE color: 7321806.

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

Color convert

RGB 206 184 111 -
CMYK 0 0.11 0.46 0.19
HSL 46.11º 0.49% 0.62% -
HSV(B) 46.11º 0.46% 0.81% -
XYZ 45.46 48.55 22.01 -
YUV 182.26 87.79 144.94 -
System Red Green Blue C M Y K H S L
Decimal 206 184 111 0 0.11 0.46 0.19 46.11 0.49 0.62
Hex CE B8 6F 0 B 2E 13 2E 31 3E
Octal 316 270 157 0 13 56 23 56 61 76
Binary 11001110 10111000 1101111 0 1011 101110 10011 101110 110001 111110

Color Harmonies of #CEB86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB86F

Black with #CEB86F

Text Example


Text Example

White with #CEB86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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