Html Css Color HEX #CE957A Feldspar

📋 copy color: '#CE957A'

red 206 ◦ green 149 ◦ blue 122

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

Shades of Feldspar #CE957A

Tints of Feldspar #CE957A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.58%

R = 43.19%
G = 31.24%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE957A (or 0xCE957A) is known color: Feldspar. HEX triplet: CE, 95 and 7A. RGB value is (206,149,122). Sum of RGB (Red+Green+Blue) = 206+149+122=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE957A is #316A85. Grayscale: #A3A3A3. Windows color (decimal): -3238534 or 8033742. OLE color: 8033742.

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

Color convert

RGB 206 149 122 -
CMYK 0 0.28 0.41 0.19
HSL 19.29º 0.46% 0.64% -
HSV(B) 19.29º 0.41% 0.81% -
XYZ 39.71 36.02 23.27 -
YUV 162.97 104.88 158.7 -
System Red Green Blue C M Y K H S L
Decimal 206 149 122 0 0.28 0.41 0.19 19.29 0.46 0.64
Hex CE 95 7A 0 1C 29 13 13 2E 40
Octal 316 225 172 0 34 51 23 23 56 100
Binary 11001110 10010101 1111010 0 11100 101001 10011 10011 101110 1000000

Color Harmonies of #CE957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE957A

Black with #CE957A

Text Example


Text Example

White with #CE957A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE957A; }

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

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

background-color css

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

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

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

border-color css

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

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

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