Html Css Color HEX #CE927D Feldspar

📋 copy color: '#CE927D'

red 206 ◦ green 146 ◦ blue 125

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

Shades of Feldspar #CE927D

Tints of Feldspar #CE927D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.21%

R = 43.19%
G = 30.61%
B = 26.21%

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

#CE927D (or 0xCE927D) is known color: Feldspar. HEX triplet: CE, 92 and 7D. RGB value is (206,146,125). Sum of RGB (Red+Green+Blue) = 206+146+125=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE927D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE927D is #316D82. Grayscale: #A1A1A1. Windows color (decimal): -3239299 or 8229582. OLE color: 8229582.

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

Color convert

RGB 206 146 125 -
CMYK 0 0.29 0.39 0.19
HSL 15.56º 0.45% 0.65% -
HSV(B) 15.56º 0.39% 0.81% -
XYZ 39.43 35.16 24.11 -
YUV 161.55 107.38 159.71 -
System Red Green Blue C M Y K H S L
Decimal 206 146 125 0 0.29 0.39 0.19 15.56 0.45 0.65
Hex CE 92 7D 0 1D 27 13 10 2D 41
Octal 316 222 175 0 35 47 23 20 55 101
Binary 11001110 10010010 1111101 0 11101 100111 10011 10000 101101 1000001

Color Harmonies of #CE927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE927D

Black with #CE927D

Text Example


Text Example

White with #CE927D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE927D; }

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

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

background-color css

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

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

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

border-color css

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

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

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