Html Css Color HEX #CE9073 Feldspar

📋 copy color: '#CE9073'

red 206 ◦ green 144 ◦ blue 115

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

Shades of Feldspar #CE9073

Tints of Feldspar #CE9073

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.97%

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

R = 44.3%
G = 30.97%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE9073 (or 0xCE9073) is known color: Feldspar. HEX triplet: CE, 90 and 73. RGB value is (206,144,115). Sum of RGB (Red+Green+Blue) = 206+144+115=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9073 is #316F8C. Grayscale: #9F9F9F. Windows color (decimal): -3239821 or 7573710. OLE color: 7573710.

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

Color convert

RGB 206 144 115 -
CMYK 0 0.30 0.44 0.19
HSL 19.12º 0.48% 0.63% -
HSV(B) 19.12º 0.44% 0.81% -
XYZ 38.52 34.31 20.81 -
YUV 159.23 103.04 161.36 -
System Red Green Blue C M Y K H S L
Decimal 206 144 115 0 0.30 0.44 0.19 19.12 0.48 0.63
Hex CE 90 73 0 1E 2C 13 13 30 3F
Octal 316 220 163 0 36 54 23 23 60 77
Binary 11001110 10010000 1110011 0 11110 101100 10011 10011 110000 111111

Color Harmonies of #CE9073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9073

Black with #CE9073

Text Example


Text Example

White with #CE9073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9073; }

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

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

background-color css

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

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

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

border-color css

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

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

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