Html Css Color HEX #CE8E7B Feldspar

📋 copy color: '#CE8E7B'

red 206 ◦ green 142 ◦ blue 123

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

Shades of Feldspar #CE8E7B

Tints of Feldspar #CE8E7B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.15%

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

R = 43.74%
G = 30.15%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE8E7B (or 0xCE8E7B) is known color: Feldspar. HEX triplet: CE, 8E and 7B. RGB value is (206,142,123). Sum of RGB (Red+Green+Blue) = 206+142+123=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8E7B is #317184. Grayscale: #9F9F9F. Windows color (decimal): -3240325 or 8097486. OLE color: 8097486.

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

Color convert

RGB 206 142 123 -
CMYK 0 0.31 0.40 0.19
HSL 13.73º 0.46% 0.65% -
HSV(B) 13.73º 0.4% 0.81% -
XYZ 38.7 33.9 23.24 -
YUV 158.97 107.7 161.54 -
System Red Green Blue C M Y K H S L
Decimal 206 142 123 0 0.31 0.40 0.19 13.73 0.46 0.65
Hex CE 8E 7B 0 1F 28 13 E 2E 41
Octal 316 216 173 0 37 50 23 16 56 101
Binary 11001110 10001110 1111011 0 11111 101000 10011 1110 101110 1000001

Color Harmonies of #CE8E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8E7B

Black with #CE8E7B

Text Example


Text Example

White with #CE8E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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