Html Css Color HEX #CE956D Feldspar

📋 copy color: '#CE956D'

red 206 ◦ green 149 ◦ blue 109

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

Shades of Feldspar #CE956D

Tints of Feldspar #CE956D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.49%

R = 44.4%
G = 32.11%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE956D (or 0xCE956D) is known color: Feldspar. HEX triplet: CE, 95 and 6D. RGB value is (206,149,109). Sum of RGB (Red+Green+Blue) = 206+149+109=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE956D is #316A92. Grayscale: #A1A1A1. Windows color (decimal): -3238547 or 7181774. OLE color: 7181774.

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

Color convert

RGB 206 149 109 -
CMYK 0 0.28 0.47 0.19
HSL 24.74º 0.5% 0.62% -
HSV(B) 24.74º 0.47% 0.81% -
XYZ 38.96 35.72 19.31 -
YUV 161.48 98.38 159.75 -
System Red Green Blue C M Y K H S L
Decimal 206 149 109 0 0.28 0.47 0.19 24.74 0.5 0.62
Hex CE 95 6D 0 1C 2F 13 19 32 3E
Octal 316 225 155 0 34 57 23 31 62 76
Binary 11001110 10010101 1101101 0 11100 101111 10011 11001 110010 111110

Color Harmonies of #CE956D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE956D

Black with #CE956D

Text Example


Text Example

White with #CE956D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE956D; }

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

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

background-color css

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

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

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

border-color css

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

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

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