Html Css Color HEX #CE947A Feldspar

📋 copy color: '#CE947A'

red 206 ◦ green 148 ◦ blue 122

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

Shades of Feldspar #CE947A

Tints of Feldspar #CE947A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.09%

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

R = 43.28%
G = 31.09%
B = 25.63%

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

#CE947A (or 0xCE947A) is known color: Feldspar. HEX triplet: CE, 94 and 7A. RGB value is (206,148,122). Sum of RGB (Red+Green+Blue) = 206+148+122=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE947A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE947A is #316B85. Grayscale: #A2A2A2. Windows color (decimal): -3238790 or 8033486. OLE color: 8033486.

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

Color convert

RGB 206 148 122 -
CMYK 0 0.28 0.41 0.19
HSL 18.57º 0.46% 0.64% -
HSV(B) 18.57º 0.41% 0.81% -
XYZ 39.56 35.71 23.22 -
YUV 162.38 105.22 159.11 -
System Red Green Blue C M Y K H S L
Decimal 206 148 122 0 0.28 0.41 0.19 18.57 0.46 0.64
Hex CE 94 7A 0 1C 29 13 13 2E 40
Octal 316 224 172 0 34 51 23 23 56 100
Binary 11001110 10010100 1111010 0 11100 101001 10011 10011 101110 1000000

Color Harmonies of #CE947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE947A

Black with #CE947A

Text Example


Text Example

White with #CE947A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE947A; }

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

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

background-color css

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

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

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

border-color css

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

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

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