Html Css Color HEX #CE916D Feldspar

📋 copy color: '#CE916D'

red 206 ◦ green 145 ◦ blue 109

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

Shades of Feldspar #CE916D

Tints of Feldspar #CE916D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.52%

 BLUE value IS 109 (42.97% from 255) = 23.7%

R = 44.78%
G = 31.52%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE916D (or 0xCE916D) is known color: Feldspar. HEX triplet: CE, 91 and 6D. RGB value is (206,145,109). Sum of RGB (Red+Green+Blue) = 206+145+109=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE916D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE916D is #316E92. Grayscale: #9F9F9F. Windows color (decimal): -3239571 or 7180750. OLE color: 7180750.

HSL color Cylindrical-coordinate representation of color #CE916D: hue angle of 22.27º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE916D is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 145 109 -
CMYK 0 0.30 0.47 0.19
HSL 22.27º 0.5% 0.62% -
HSV(B) 22.27º 0.47% 0.81% -
XYZ 38.34 34.48 19.1 -
YUV 159.14 99.71 161.43 -
System Red Green Blue C M Y K H S L
Decimal 206 145 109 0 0.30 0.47 0.19 22.27 0.5 0.62
Hex CE 91 6D 0 1E 2F 13 16 32 3E
Octal 316 221 155 0 36 57 23 26 62 76
Binary 11001110 10010001 1101101 0 11110 101111 10011 10110 110010 111110

Color Harmonies of #CE916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE916D

Black with #CE916D

Text Example


Text Example

White with #CE916D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE916D; }

 p { color: rgb(206,145,109); }

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

background-color css

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

 a { background-color: rgb(206,145,109); }

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

border-color css

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

 span { border-color: rgb(206,145,109); }

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