Html Css Color HEX #CEB473 Putty

📋 copy color: '#CEB473'

red 206 ◦ green 180 ◦ blue 115

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

Shades of Putty #CEB473

Tints of Putty #CEB473

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.93%

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

R = 41.12%
G = 35.93%
B = 22.95%

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

#CEB473 (or 0xCEB473) is known color: Putty. HEX triplet: CE, B4 and 73. RGB value is (206,180,115). Sum of RGB (Red+Green+Blue) = 206+180+115=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB473 is #314B8C. Grayscale: #B4B4B4. Windows color (decimal): -3230605 or 7582926. OLE color: 7582926.

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

Color convert

RGB 206 180 115 -
CMYK 0 0.13 0.44 0.19
HSL 42.86º 0.48% 0.63% -
HSV(B) 42.86º 0.44% 0.81% -
XYZ 44.87 47 22.93 -
YUV 180.36 91.11 146.29 -
System Red Green Blue C M Y K H S L
Decimal 206 180 115 0 0.13 0.44 0.19 42.86 0.48 0.63
Hex CE B4 73 0 D 2C 13 2B 30 3F
Octal 316 264 163 0 15 54 23 53 60 77
Binary 11001110 10110100 1110011 0 1101 101100 10011 101011 110000 111111

Color Harmonies of #CEB473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB473

Black with #CEB473

Text Example


Text Example

White with #CEB473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB473; }

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

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

background-color css

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

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

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

border-color css

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

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

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