Html Css Color HEX #CE937B Feldspar

📋 copy color: '#CE937B'

red 206 ◦ green 147 ◦ blue 123

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

Shades of Feldspar #CE937B

Tints of Feldspar #CE937B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.88%

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

R = 43.28%
G = 30.88%
B = 25.84%

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

#CE937B (or 0xCE937B) is known color: Feldspar. HEX triplet: CE, 93 and 7B. RGB value is (206,147,123). Sum of RGB (Red+Green+Blue) = 206+147+123=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE937B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE937B is #316C84. Grayscale: #A2A2A2. Windows color (decimal): -3239045 or 8098766. OLE color: 8098766.

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

Color convert

RGB 206 147 123 -
CMYK 0 0.29 0.40 0.19
HSL 17.35º 0.46% 0.65% -
HSV(B) 17.35º 0.4% 0.81% -
XYZ 39.46 35.42 23.5 -
YUV 161.91 106.05 159.45 -
System Red Green Blue C M Y K H S L
Decimal 206 147 123 0 0.29 0.40 0.19 17.35 0.46 0.65
Hex CE 93 7B 0 1D 28 13 11 2E 41
Octal 316 223 173 0 35 50 23 21 56 101
Binary 11001110 10010011 1111011 0 11101 101000 10011 10001 101110 1000001

Color Harmonies of #CE937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE937B

Black with #CE937B

Text Example


Text Example

White with #CE937B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE937B; }

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

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

background-color css

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

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

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

border-color css

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

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

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