Html Css Color HEX #CE9C72 Feldspar

📋 copy color: '#CE9C72'

red 206 ◦ green 156 ◦ blue 114

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

Shades of Feldspar #CE9C72

Tints of Feldspar #CE9C72

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.77%

 BLUE value IS 114 (44.92% from 255) = 23.95%

R = 43.28%
G = 32.77%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE9C72 (or 0xCE9C72) is known color: Feldspar. HEX triplet: CE, 9C and 72. RGB value is (206,156,114). Sum of RGB (Red+Green+Blue) = 206+156+114=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9C72 is #31638D. Grayscale: #A6A6A6. Windows color (decimal): -3236750 or 7511246. OLE color: 7511246.

HSL color Cylindrical-coordinate representation of color #CE9C72: hue angle of 27.39º degrees, saturation: 0.48, 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 #CE9C72 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 156 114 -
CMYK 0 0.24 0.45 0.19
HSL 27.39º 0.48% 0.63% -
HSV(B) 27.39º 0.45% 0.81% -
XYZ 40.38 38.11 21.15 -
YUV 166.16 98.57 156.42 -
System Red Green Blue C M Y K H S L
Decimal 206 156 114 0 0.24 0.45 0.19 27.39 0.48 0.63
Hex CE 9C 72 0 18 2D 13 1B 30 3F
Octal 316 234 162 0 30 55 23 33 60 77
Binary 11001110 10011100 1110010 0 11000 101101 10011 11011 110000 111111

Color Harmonies of #CE9C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9C72

Black with #CE9C72

Text Example


Text Example

White with #CE9C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9C72; }

 p { color: rgb(206,156,114); }

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

background-color css

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

 a { background-color: rgb(206,156,114); }

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

border-color css

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

 span { border-color: rgb(206,156,114); }

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