Html Css Color HEX #CE927B Feldspar

📋 copy color: '#CE927B'

red 206 ◦ green 146 ◦ blue 123

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

Shades of Feldspar #CE927B

Tints of Feldspar #CE927B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.89%

R = 43.37%
G = 30.74%
B = 25.89%

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

#CE927B (or 0xCE927B) is known color: Feldspar. HEX triplet: CE, 92 and 7B. RGB value is (206,146,123). Sum of RGB (Red+Green+Blue) = 206+146+123=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CE927B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE927B is #316D84. Grayscale: #A1A1A1. Windows color (decimal): -3239301 or 8098510. OLE color: 8098510.

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

Color convert

RGB 206 146 123 -
CMYK 0 0.29 0.40 0.19
HSL 16.63º 0.46% 0.65% -
HSV(B) 16.63º 0.4% 0.81% -
XYZ 39.31 35.11 23.44 -
YUV 161.32 106.38 159.87 -
System Red Green Blue C M Y K H S L
Decimal 206 146 123 0 0.29 0.40 0.19 16.63 0.46 0.65
Hex CE 92 7B 0 1D 28 13 11 2E 41
Octal 316 222 173 0 35 50 23 21 56 101
Binary 11001110 10010010 1111011 0 11101 101000 10011 10001 101110 1000001

Color Harmonies of #CE927B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE927B

Black with #CE927B

Text Example


Text Example

White with #CE927B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE927B; }

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

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

background-color css

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

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

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

border-color css

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

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

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