Html Css Color HEX #CEB86E Putty

📋 copy color: '#CEB86E'

red 206 ◦ green 184 ◦ blue 110

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

Shades of Putty #CEB86E

Tints of Putty #CEB86E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22%

R = 41.2%
G = 36.8%
B = 22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CEB86E (or 0xCEB86E) is known color: Putty. HEX triplet: CE, B8 and 6E. RGB value is (206,184,110). Sum of RGB (Red+Green+Blue) = 206+184+110=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB86E is #314791. Grayscale: #B6B6B6. Windows color (decimal): -3229586 or 7256270. OLE color: 7256270.

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

Color convert

RGB 206 184 110 -
CMYK 0 0.11 0.47 0.19
HSL 46.25º 0.49% 0.62% -
HSV(B) 46.25º 0.47% 0.81% -
XYZ 45.41 48.53 21.73 -
YUV 182.14 87.29 145.02 -
System Red Green Blue C M Y K H S L
Decimal 206 184 110 0 0.11 0.47 0.19 46.25 0.49 0.62
Hex CE B8 6E 0 B 2F 13 2E 31 3E
Octal 316 270 156 0 13 57 23 56 61 76
Binary 11001110 10111000 1101110 0 1011 101111 10011 101110 110001 111110

Color Harmonies of #CEB86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB86E

Black with #CEB86E

Text Example


Text Example

White with #CEB86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB86E; }

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

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

background-color css

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

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

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

border-color css

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

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

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