Html Css Color HEX #CE9575 Feldspar

📋 copy color: '#CE9575'

red 206 ◦ green 149 ◦ blue 117

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

Shades of Feldspar #CE9575

Tints of Feldspar #CE9575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.79%

R = 43.64%
G = 31.57%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE9575 (or 0xCE9575) is known color: Feldspar. HEX triplet: CE, 95 and 75. RGB value is (206,149,117). Sum of RGB (Red+Green+Blue) = 206+149+117=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9575 is #316A8A. Grayscale: #A2A2A2. Windows color (decimal): -3238539 or 7706062. OLE color: 7706062.

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

Color convert

RGB 206 149 117 -
CMYK 0 0.28 0.43 0.19
HSL 21.57º 0.48% 0.63% -
HSV(B) 21.57º 0.43% 0.81% -
XYZ 39.41 35.9 21.68 -
YUV 162.4 102.38 159.1 -
System Red Green Blue C M Y K H S L
Decimal 206 149 117 0 0.28 0.43 0.19 21.57 0.48 0.63
Hex CE 95 75 0 1C 2B 13 16 30 3F
Octal 316 225 165 0 34 53 23 26 60 77
Binary 11001110 10010101 1110101 0 11100 101011 10011 10110 110000 111111

Color Harmonies of #CE9575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9575

Black with #CE9575

Text Example


Text Example

White with #CE9575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9575; }

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

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

background-color css

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

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

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

border-color css

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

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

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