Html Css Color HEX #CEB973 Putty

📋 copy color: '#CEB973'

red 206 ◦ green 185 ◦ blue 115

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

Shades of Putty #CEB973

Tints of Putty #CEB973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.73%

R = 40.71%
G = 36.56%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CEB973 (or 0xCEB973) is known color: Putty. HEX triplet: CE, B9 and 73. RGB value is (206,185,115). Sum of RGB (Red+Green+Blue) = 206+185+115=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB973 is #31468C. Grayscale: #B7B7B7. Windows color (decimal): -3229325 or 7584206. OLE color: 7584206.

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

Color convert

RGB 206 185 115 -
CMYK 0 0.10 0.44 0.19
HSL 46.15º 0.48% 0.63% -
HSV(B) 46.15º 0.44% 0.81% -
XYZ 45.9 49.06 23.27 -
YUV 183.3 89.46 144.19 -
System Red Green Blue C M Y K H S L
Decimal 206 185 115 0 0.10 0.44 0.19 46.15 0.48 0.63
Hex CE B9 73 0 A 2C 13 2E 30 3F
Octal 316 271 163 0 12 54 23 56 60 77
Binary 11001110 10111001 1110011 0 1010 101100 10011 101110 110000 111111

Color Harmonies of #CEB973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB973

Black with #CEB973

Text Example


Text Example

White with #CEB973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB973; }

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

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

background-color css

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

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

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

border-color css

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

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

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