Html Css Color HEX #CE967D Feldspar

📋 copy color: '#CE967D'

red 206 ◦ green 150 ◦ blue 125

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

Shades of Feldspar #CE967D

Tints of Feldspar #CE967D

RGB

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

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

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

R = 42.83%
G = 31.19%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE967D (or 0xCE967D) is known color: Feldspar. HEX triplet: CE, 96 and 7D. RGB value is (206,150,125). Sum of RGB (Red+Green+Blue) = 206+150+125=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE967D is #316982. Grayscale: #A4A4A4. Windows color (decimal): -3238275 or 8230606. OLE color: 8230606.

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

Color convert

RGB 206 150 125 -
CMYK 0 0.27 0.39 0.19
HSL 18.52º 0.45% 0.65% -
HSV(B) 18.52º 0.39% 0.81% -
XYZ 40.06 36.42 24.32 -
YUV 163.89 106.05 158.03 -
System Red Green Blue C M Y K H S L
Decimal 206 150 125 0 0.27 0.39 0.19 18.52 0.45 0.65
Hex CE 96 7D 0 1B 27 13 13 2D 41
Octal 316 226 175 0 33 47 23 23 55 101
Binary 11001110 10010110 1111101 0 11011 100111 10011 10011 101101 1000001

Color Harmonies of #CE967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE967D

Black with #CE967D

Text Example


Text Example

White with #CE967D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE967D; }

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

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

background-color css

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

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

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

border-color css

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

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

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