Html Css Color HEX #CE927C Feldspar

📋 copy color: '#CE927C'

red 206 ◦ green 146 ◦ blue 124

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

Shades of Feldspar #CE927C

Tints of Feldspar #CE927C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.67%

 BLUE value IS 124 (48.83% from 255) = 26.05%

R = 43.28%
G = 30.67%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE927C (or 0xCE927C) is known color: Feldspar. HEX triplet: CE, 92 and 7C. RGB value is (206,146,124). Sum of RGB (Red+Green+Blue) = 206+146+124=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE927C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE927C is #316D83. Grayscale: #A1A1A1. Windows color (decimal): -3239300 or 8164046. OLE color: 8164046.

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

Color convert

RGB 206 146 124 -
CMYK 0 0.29 0.40 0.19
HSL 16.1º 0.46% 0.65% -
HSV(B) 16.1º 0.4% 0.81% -
XYZ 39.37 35.13 23.78 -
YUV 161.43 106.88 159.79 -
System Red Green Blue C M Y K H S L
Decimal 206 146 124 0 0.29 0.40 0.19 16.1 0.46 0.65
Hex CE 92 7C 0 1D 28 13 10 2E 41
Octal 316 222 174 0 35 50 23 20 56 101
Binary 11001110 10010010 1111100 0 11101 101000 10011 10000 101110 1000001

Color Harmonies of #CE927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE927C

Black with #CE927C

Text Example


Text Example

White with #CE927C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE927C; }

 p { color: rgb(206,146,124); }

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

background-color css

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

 a { background-color: rgb(206,146,124); }

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

border-color css

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

 span { border-color: rgb(206,146,124); }

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