Html Css Color HEX #CE8673 Feldspar

📋 copy color: '#CE8673'

red 206 ◦ green 134 ◦ blue 115

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

Shades of Feldspar #CE8673

Tints of Feldspar #CE8673

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.45%

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

R = 45.27%
G = 29.45%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE8673 (or 0xCE8673) is known color: Feldspar. HEX triplet: CE, 86 and 73. RGB value is (206,134,115). Sum of RGB (Red+Green+Blue) = 206+134+115=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8673 is #31798C. Grayscale: #999999. Windows color (decimal): -3242381 or 7571150. OLE color: 7571150.

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

Color convert

RGB 206 134 115 -
CMYK 0 0.35 0.44 0.19
HSL 12.53º 0.48% 0.63% -
HSV(B) 12.53º 0.44% 0.81% -
XYZ 37.07 31.41 20.33 -
YUV 153.36 106.35 165.54 -
System Red Green Blue C M Y K H S L
Decimal 206 134 115 0 0.35 0.44 0.19 12.53 0.48 0.63
Hex CE 86 73 0 23 2C 13 D 30 3F
Octal 316 206 163 0 43 54 23 15 60 77
Binary 11001110 10000110 1110011 0 100011 101100 10011 1101 110000 111111

Color Harmonies of #CE8673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8673

Black with #CE8673

Text Example


Text Example

White with #CE8673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8673; }

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

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

background-color css

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

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

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

border-color css

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

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

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