Html Css Color HEX #CE8B73 Feldspar

📋 copy color: '#CE8B73'

red 206 ◦ green 139 ◦ blue 115

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

Shades of Feldspar #CE8B73

Tints of Feldspar #CE8B73

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.22%

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

R = 44.78%
G = 30.22%
B = 25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE8B73 (or 0xCE8B73) is known color: Feldspar. HEX triplet: CE, 8B and 73. RGB value is (206,139,115). Sum of RGB (Red+Green+Blue) = 206+139+115=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8B73 is #31748C. Grayscale: #9C9C9C. Windows color (decimal): -3241101 or 7572430. OLE color: 7572430.

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

Color convert

RGB 206 139 115 -
CMYK 0 0.33 0.44 0.19
HSL 15.82º 0.48% 0.63% -
HSV(B) 15.82º 0.44% 0.81% -
XYZ 37.78 32.82 20.56 -
YUV 156.3 104.7 163.45 -
System Red Green Blue C M Y K H S L
Decimal 206 139 115 0 0.33 0.44 0.19 15.82 0.48 0.63
Hex CE 8B 73 0 21 2C 13 10 30 3F
Octal 316 213 163 0 41 54 23 20 60 77
Binary 11001110 10001011 1110011 0 100001 101100 10011 10000 110000 111111

Color Harmonies of #CE8B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8B73

Black with #CE8B73

Text Example


Text Example

White with #CE8B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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