Html Css Color HEX #CE956F Feldspar

📋 copy color: '#CE956F'

red 206 ◦ green 149 ◦ blue 111

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

Shades of Feldspar #CE956F

Tints of Feldspar #CE956F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.97%

 BLUE value IS 111 (43.75% from 255) = 23.82%

R = 44.21%
G = 31.97%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE956F (or 0xCE956F) is known color: Feldspar. HEX triplet: CE, 95 and 6F. RGB value is (206,149,111). Sum of RGB (Red+Green+Blue) = 206+149+111=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE956F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE956F is #316A90. Grayscale: #A1A1A1. Windows color (decimal): -3238545 or 7312846. OLE color: 7312846.

HSL color Cylindrical-coordinate representation of color #CE956F: hue angle of 24º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE956F is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 149 111 -
CMYK 0 0.28 0.46 0.19
HSL 24º 0.49% 0.62% -
HSV(B) 24º 0.46% 0.81% -
XYZ 39.07 35.76 19.88 -
YUV 161.71 99.38 159.59 -
System Red Green Blue C M Y K H S L
Decimal 206 149 111 0 0.28 0.46 0.19 24 0.49 0.62
Hex CE 95 6F 0 1C 2E 13 18 31 3E
Octal 316 225 157 0 34 56 23 30 61 76
Binary 11001110 10010101 1101111 0 11100 101110 10011 11000 110001 111110

Color Harmonies of #CE956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE956F

Black with #CE956F

Text Example


Text Example

White with #CE956F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE956F; }

 p { color: rgb(206,149,111); }

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

background-color css

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

 a { background-color: rgb(206,149,111); }

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

border-color css

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

 span { border-color: rgb(206,149,111); }

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