Html Css Color HEX #CE9675 Feldspar

📋 copy color: '#CE9675'

red 206 ◦ green 150 ◦ blue 117

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

Shades of Feldspar #CE9675

Tints of Feldspar #CE9675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.71%

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

R = 43.55%
G = 31.71%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE9675 (or 0xCE9675) is known color: Feldspar. HEX triplet: CE, 96 and 75. RGB value is (206,150,117). Sum of RGB (Red+Green+Blue) = 206+150+117=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9675 is #31698A. Grayscale: #A3A3A3. Windows color (decimal): -3238283 or 7706318. OLE color: 7706318.

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

Color convert

RGB 206 150 117 -
CMYK 0 0.27 0.43 0.19
HSL 22.25º 0.48% 0.63% -
HSV(B) 22.25º 0.43% 0.81% -
XYZ 39.57 36.22 21.73 -
YUV 162.98 102.05 158.68 -
System Red Green Blue C M Y K H S L
Decimal 206 150 117 0 0.27 0.43 0.19 22.25 0.48 0.63
Hex CE 96 75 0 1B 2B 13 16 30 3F
Octal 316 226 165 0 33 53 23 26 60 77
Binary 11001110 10010110 1110101 0 11011 101011 10011 10110 110000 111111

Color Harmonies of #CE9675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9675

Black with #CE9675

Text Example


Text Example

White with #CE9675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9675; }

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

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

background-color css

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

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

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

border-color css

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

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

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