Html Css Color HEX #CE9773 Feldspar

📋 copy color: '#CE9773'

red 206 ◦ green 151 ◦ blue 115

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

Shades of Feldspar #CE9773

Tints of Feldspar #CE9773

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.99%

 BLUE value IS 115 (45.31% from 255) = 24.36%

R = 43.64%
G = 31.99%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE9773 (or 0xCE9773) is known color: Feldspar. HEX triplet: CE, 97 and 73. RGB value is (206,151,115). Sum of RGB (Red+Green+Blue) = 206+151+115=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9773 is #31688C. Grayscale: #A3A3A3. Windows color (decimal): -3238029 or 7575502. OLE color: 7575502.

HSL color Cylindrical-coordinate representation of color #CE9773: hue angle of 23.74º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE9773 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 151 115 -
CMYK 0 0.27 0.44 0.19
HSL 23.74º 0.48% 0.63% -
HSV(B) 23.74º 0.44% 0.81% -
XYZ 39.61 36.49 21.18 -
YUV 163.34 100.72 158.43 -
System Red Green Blue C M Y K H S L
Decimal 206 151 115 0 0.27 0.44 0.19 23.74 0.48 0.63
Hex CE 97 73 0 1B 2C 13 18 30 3F
Octal 316 227 163 0 33 54 23 30 60 77
Binary 11001110 10010111 1110011 0 11011 101100 10011 11000 110000 111111

Color Harmonies of #CE9773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9773

Black with #CE9773

Text Example


Text Example

White with #CE9773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9773; }

 p { color: rgb(206,151,115); }

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

background-color css

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

 a { background-color: rgb(206,151,115); }

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

border-color css

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

 span { border-color: rgb(206,151,115); }

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