Html Css Color HEX #CE8A73 Feldspar

📋 copy color: '#CE8A73'

red 206 ◦ green 138 ◦ blue 115

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

Shades of Feldspar #CE8A73

Tints of Feldspar #CE8A73

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.07%

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

R = 44.88%
G = 30.07%
B = 25.05%

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

#CE8A73 (or 0xCE8A73) is known color: Feldspar. HEX triplet: CE, 8A and 73. RGB value is (206,138,115). Sum of RGB (Red+Green+Blue) = 206+138+115=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8A73 is #31758C. Grayscale: #9B9B9B. Windows color (decimal): -3241357 or 7572174. OLE color: 7572174.

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

Color convert

RGB 206 138 115 -
CMYK 0 0.33 0.44 0.19
HSL 15.16º 0.48% 0.63% -
HSV(B) 15.16º 0.44% 0.81% -
XYZ 37.64 32.54 20.52 -
YUV 155.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 206 138 115 0 0.33 0.44 0.19 15.16 0.48 0.63
Hex CE 8A 73 0 21 2C 13 F 30 3F
Octal 316 212 163 0 41 54 23 17 60 77
Binary 11001110 10001010 1110011 0 100001 101100 10011 1111 110000 111111

Color Harmonies of #CE8A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8A73

Black with #CE8A73

Text Example


Text Example

White with #CE8A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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