Html Css Color HEX #CE9B74 Feldspar

📋 copy color: '#CE9B74'

red 206 ◦ green 155 ◦ blue 116

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

Shades of Feldspar #CE9B74

Tints of Feldspar #CE9B74

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.49%

 BLUE value IS 116 (45.7% from 255) = 24.32%

R = 43.19%
G = 32.49%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE9B74 (or 0xCE9B74) is known color: Feldspar. HEX triplet: CE, 9B and 74. RGB value is (206,155,116). Sum of RGB (Red+Green+Blue) = 206+155+116=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9B74 is #31648B. Grayscale: #A6A6A6. Windows color (decimal): -3237004 or 7642062. OLE color: 7642062.

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

Color convert

RGB 206 155 116 -
CMYK 0 0.25 0.44 0.19
HSL 26º 0.48% 0.63% -
HSV(B) 26º 0.44% 0.81% -
XYZ 40.33 37.83 21.7 -
YUV 165.8 99.9 156.67 -
System Red Green Blue C M Y K H S L
Decimal 206 155 116 0 0.25 0.44 0.19 26 0.48 0.63
Hex CE 9B 74 0 19 2C 13 1A 30 3F
Octal 316 233 164 0 31 54 23 32 60 77
Binary 11001110 10011011 1110100 0 11001 101100 10011 11010 110000 111111

Color Harmonies of #CE9B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9B74

Black with #CE9B74

Text Example


Text Example

White with #CE9B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9B74; }

 p { color: rgb(206,155,116); }

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

background-color css

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

 a { background-color: rgb(206,155,116); }

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

border-color css

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

 span { border-color: rgb(206,155,116); }

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