Html Css Color HEX #CEB374 Putty

📋 copy color: '#CEB374'

red 206 ◦ green 179 ◦ blue 116

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

Shades of Putty #CEB374

Tints of Putty #CEB374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.15%

R = 41.12%
G = 35.73%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CEB374 (or 0xCEB374) is known color: Putty. HEX triplet: CE, B3 and 74. RGB value is (206,179,116). Sum of RGB (Red+Green+Blue) = 206+179+116=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB374 is #314C8B. Grayscale: #B4B4B4. Windows color (decimal): -3230860 or 7648206. OLE color: 7648206.

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

Color convert

RGB 206 179 116 -
CMYK 0 0.13 0.44 0.19
HSL 42º 0.48% 0.63% -
HSV(B) 42º 0.44% 0.81% -
XYZ 44.73 46.62 23.16 -
YUV 179.89 91.95 146.62 -
System Red Green Blue C M Y K H S L
Decimal 206 179 116 0 0.13 0.44 0.19 42 0.48 0.63
Hex CE B3 74 0 D 2C 13 2A 30 3F
Octal 316 263 164 0 15 54 23 52 60 77
Binary 11001110 10110011 1110100 0 1101 101100 10011 101010 110000 111111

Color Harmonies of #CEB374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB374

Black with #CEB374

Text Example


Text Example

White with #CEB374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB374; }

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

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

background-color css

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

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

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

border-color css

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

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

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