Html Css Color HEX #CEB371 Putty

📋 copy color: '#CEB371'

red 206 ◦ green 179 ◦ blue 113

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

Shades of Putty #CEB371

Tints of Putty #CEB371

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.94%

 BLUE value IS 113 (44.53% from 255) = 22.69%

R = 41.37%
G = 35.94%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CEB371 (or 0xCEB371) is known color: Putty. HEX triplet: CE, B3 and 71. RGB value is (206,179,113). Sum of RGB (Red+Green+Blue) = 206+179+113=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB371 is #314C8E. Grayscale: #B3B3B3. Windows color (decimal): -3230863 or 7451598. OLE color: 7451598.

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

Color convert

RGB 206 179 113 -
CMYK 0 0.13 0.45 0.19
HSL 42.58º 0.49% 0.63% -
HSV(B) 42.58º 0.45% 0.81% -
XYZ 44.55 46.55 22.26 -
YUV 179.55 90.45 146.87 -
System Red Green Blue C M Y K H S L
Decimal 206 179 113 0 0.13 0.45 0.19 42.58 0.49 0.63
Hex CE B3 71 0 D 2D 13 2B 31 3F
Octal 316 263 161 0 15 55 23 53 61 77
Binary 11001110 10110011 1110001 0 1101 101101 10011 101011 110001 111111

Color Harmonies of #CEB371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB371

Black with #CEB371

Text Example


Text Example

White with #CEB371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB371; }

 p { color: rgb(206,179,113); }

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

background-color css

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

 a { background-color: rgb(206,179,113); }

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

border-color css

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

 span { border-color: rgb(206,179,113); }

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