Html Css Color HEX #CE997F Feldspar

📋 copy color: '#CE997F'

red 206 ◦ green 153 ◦ blue 127

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

Shades of Feldspar #CE997F

Tints of Feldspar #CE997F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.48%

 BLUE value IS 127 (50% from 255) = 26.13%

R = 42.39%
G = 31.48%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE997F (or 0xCE997F) is known color: Feldspar. HEX triplet: CE, 99 and 7F. RGB value is (206,153,127). Sum of RGB (Red+Green+Blue) = 206+153+127=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CE997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE997F is #316680. Grayscale: #A6A6A6. Windows color (decimal): -3237505 or 8362446. OLE color: 8362446.

HSL color Cylindrical-coordinate representation of color #CE997F: hue angle of 19.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE997F is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 153 127 -
CMYK 0 0.26 0.38 0.19
HSL 19.75º 0.45% 0.65% -
HSV(B) 19.75º 0.38% 0.81% -
XYZ 40.68 37.44 25.16 -
YUV 165.88 106.06 156.61 -
System Red Green Blue C M Y K H S L
Decimal 206 153 127 0 0.26 0.38 0.19 19.75 0.45 0.65
Hex CE 99 7F 0 1A 26 13 14 2D 41
Octal 316 231 177 0 32 46 23 24 55 101
Binary 11001110 10011001 1111111 0 11010 100110 10011 10100 101101 1000001

Color Harmonies of #CE997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE997F

Black with #CE997F

Text Example


Text Example

White with #CE997F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE997F; }

 p { color: rgb(206,153,127); }

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

background-color css

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

 a { background-color: rgb(206,153,127); }

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

border-color css

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

 span { border-color: rgb(206,153,127); }

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