Html Css Color HEX #CE967C Feldspar

📋 copy color: '#CE967C'

red 206 ◦ green 150 ◦ blue 124

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

Shades of Feldspar #CE967C

Tints of Feldspar #CE967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.25%

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

R = 42.92%
G = 31.25%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE967C (or 0xCE967C) is known color: Feldspar. HEX triplet: CE, 96 and 7C. RGB value is (206,150,124). Sum of RGB (Red+Green+Blue) = 206+150+124=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE967C is #316983. Grayscale: #A3A3A3. Windows color (decimal): -3238276 or 8165070. OLE color: 8165070.

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

Color convert

RGB 206 150 124 -
CMYK 0 0.27 0.40 0.19
HSL 19.02º 0.46% 0.65% -
HSV(B) 19.02º 0.4% 0.81% -
XYZ 40 36.39 23.98 -
YUV 163.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 206 150 124 0 0.27 0.40 0.19 19.02 0.46 0.65
Hex CE 96 7C 0 1B 28 13 13 2E 41
Octal 316 226 174 0 33 50 23 23 56 101
Binary 11001110 10010110 1111100 0 11011 101000 10011 10011 101110 1000001

Color Harmonies of #CE967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE967C

Black with #CE967C

Text Example


Text Example

White with #CE967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE967C; }

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

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

background-color css

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

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

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

border-color css

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

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

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