Html Css Color HEX #CE9A74 Feldspar

📋 copy color: '#CE9A74'

red 206 ◦ green 154 ◦ blue 116

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

Shades of Feldspar #CE9A74

Tints of Feldspar #CE9A74

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.35%

 BLUE value IS 116 (45.7% from 255) = 24.37%

R = 43.28%
G = 32.35%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE9A74 (or 0xCE9A74) is known color: Feldspar. HEX triplet: CE, 9A and 74. RGB value is (206,154,116). Sum of RGB (Red+Green+Blue) = 206+154+116=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9A74 is #31658B. Grayscale: #A5A5A5. Windows color (decimal): -3237260 or 7641806. OLE color: 7641806.

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

Color convert

RGB 206 154 116 -
CMYK 0 0.25 0.44 0.19
HSL 25.33º 0.48% 0.63% -
HSV(B) 25.33º 0.44% 0.81% -
XYZ 40.16 37.49 21.64 -
YUV 165.22 100.23 157.09 -
System Red Green Blue C M Y K H S L
Decimal 206 154 116 0 0.25 0.44 0.19 25.33 0.48 0.63
Hex CE 9A 74 0 19 2C 13 19 30 3F
Octal 316 232 164 0 31 54 23 31 60 77
Binary 11001110 10011010 1110100 0 11001 101100 10011 11001 110000 111111

Color Harmonies of #CE9A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9A74

Black with #CE9A74

Text Example


Text Example

White with #CE9A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9A74; }

 p { color: rgb(206,154,116); }

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

background-color css

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

 a { background-color: rgb(206,154,116); }

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

border-color css

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

 span { border-color: rgb(206,154,116); }

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