Html Css Color HEX #CE927E Feldspar

📋 copy color: '#CE927E'

red 206 ◦ green 146 ◦ blue 126

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

Shades of Feldspar #CE927E

Tints of Feldspar #CE927E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.36%

R = 43.1%
G = 30.54%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE927E (or 0xCE927E) is known color: Feldspar. HEX triplet: CE, 92 and 7E. RGB value is (206,146,126). Sum of RGB (Red+Green+Blue) = 206+146+126=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE927E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE927E is #316D81. Grayscale: #A1A1A1. Windows color (decimal): -3239298 or 8295118. OLE color: 8295118.

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

Color convert

RGB 206 146 126 -
CMYK 0 0.29 0.39 0.19
HSL 15º 0.45% 0.65% -
HSV(B) 15º 0.39% 0.81% -
XYZ 39.5 35.19 24.45 -
YUV 161.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 206 146 126 0 0.29 0.39 0.19 15 0.45 0.65
Hex CE 92 7E 0 1D 27 13 F 2D 41
Octal 316 222 176 0 35 47 23 17 55 101
Binary 11001110 10010010 1111110 0 11101 100111 10011 1111 101101 1000001

Color Harmonies of #CE927E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE927E

Black with #CE927E

Text Example


Text Example

White with #CE927E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE927E; }

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

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

background-color css

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

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

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

border-color css

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

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

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