Html Css Color HEX #CE8D7B Feldspar

📋 copy color: '#CE8D7B'

red 206 ◦ green 141 ◦ blue 123

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

Shades of Feldspar #CE8D7B

Tints of Feldspar #CE8D7B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30%

 BLUE value IS 123 (48.44% from 255) = 26.17%

R = 43.83%
G = 30%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE8D7B (or 0xCE8D7B) is known color: Feldspar. HEX triplet: CE, 8D and 7B. RGB value is (206,141,123). Sum of RGB (Red+Green+Blue) = 206+141+123=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8D7B is #317284. Grayscale: #9E9E9E. Windows color (decimal): -3240581 or 8097230. OLE color: 8097230.

HSL color Cylindrical-coordinate representation of color #CE8D7B: hue angle of 13.01º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE8D7B is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 141 123 -
CMYK 0 0.32 0.40 0.19
HSL 13.01º 0.46% 0.65% -
HSV(B) 13.01º 0.4% 0.81% -
XYZ 38.55 33.6 23.19 -
YUV 158.38 108.03 161.96 -
System Red Green Blue C M Y K H S L
Decimal 206 141 123 0 0.32 0.40 0.19 13.01 0.46 0.65
Hex CE 8D 7B 0 20 28 13 D 2E 41
Octal 316 215 173 0 40 50 23 15 56 101
Binary 11001110 10001101 1111011 0 100000 101000 10011 1101 101110 1000001

Color Harmonies of #CE8D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8D7B

Black with #CE8D7B

Text Example


Text Example

White with #CE8D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8D7B; }

 p { color: rgb(206,141,123); }

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

background-color css

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

 a { background-color: rgb(206,141,123); }

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

border-color css

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

 span { border-color: rgb(206,141,123); }

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