Html Css Color HEX #CE9571 Feldspar

📋 copy color: '#CE9571'

red 206 ◦ green 149 ◦ blue 113

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

Shades of Feldspar #CE9571

Tints of Feldspar #CE9571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.15%

R = 44.02%
G = 31.84%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE9571 (or 0xCE9571) is known color: Feldspar. HEX triplet: CE, 95 and 71. RGB value is (206,149,113). Sum of RGB (Red+Green+Blue) = 206+149+113=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9571 is #316A8E. Grayscale: #A2A2A2. Windows color (decimal): -3238543 or 7443918. OLE color: 7443918.

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

Color convert

RGB 206 149 113 -
CMYK 0 0.28 0.45 0.19
HSL 23.23º 0.49% 0.63% -
HSV(B) 23.23º 0.45% 0.81% -
XYZ 39.18 35.81 20.47 -
YUV 161.94 100.38 159.43 -
System Red Green Blue C M Y K H S L
Decimal 206 149 113 0 0.28 0.45 0.19 23.23 0.49 0.63
Hex CE 95 71 0 1C 2D 13 17 31 3F
Octal 316 225 161 0 34 55 23 27 61 77
Binary 11001110 10010101 1110001 0 11100 101101 10011 10111 110001 111111

Color Harmonies of #CE9571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9571

Black with #CE9571

Text Example


Text Example

White with #CE9571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9571; }

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

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

background-color css

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

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

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

border-color css

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

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

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