Html Css Color HEX #CE8F6F Feldspar

📋 copy color: '#CE8F6F'

red 206 ◦ green 143 ◦ blue 111

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

Shades of Feldspar #CE8F6F

Tints of Feldspar #CE8F6F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.09%

 BLUE value IS 111 (43.75% from 255) = 24.13%

R = 44.78%
G = 31.09%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE8F6F (or 0xCE8F6F) is known color: Feldspar. HEX triplet: CE, 8F and 6F. RGB value is (206,143,111). Sum of RGB (Red+Green+Blue) = 206+143+111=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8F6F is #317090. Grayscale: #9E9E9E. Windows color (decimal): -3240081 or 7311310. OLE color: 7311310.

HSL color Cylindrical-coordinate representation of color #CE8F6F: hue angle of 20.21º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE8F6F is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 143 111 -
CMYK 0 0.31 0.46 0.19
HSL 20.21º 0.49% 0.62% -
HSV(B) 20.21º 0.46% 0.81% -
XYZ 38.15 33.91 19.57 -
YUV 158.19 101.37 162.1 -
System Red Green Blue C M Y K H S L
Decimal 206 143 111 0 0.31 0.46 0.19 20.21 0.49 0.62
Hex CE 8F 6F 0 1F 2E 13 14 31 3E
Octal 316 217 157 0 37 56 23 24 61 76
Binary 11001110 10001111 1101111 0 11111 101110 10011 10100 110001 111110

Color Harmonies of #CE8F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F6F

Black with #CE8F6F

Text Example


Text Example

White with #CE8F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F6F; }

 p { color: rgb(206,143,111); }

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

background-color css

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

 a { background-color: rgb(206,143,111); }

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

border-color css

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

 span { border-color: rgb(206,143,111); }

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