Html Css Color HEX #CE926E Feldspar

📋 copy color: '#CE926E'

red 206 ◦ green 146 ◦ blue 110

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

Shades of Feldspar #CE926E

Tints of Feldspar #CE926E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.6%

 BLUE value IS 110 (43.36% from 255) = 23.81%

R = 44.59%
G = 31.6%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE926E (or 0xCE926E) is known color: Feldspar. HEX triplet: CE, 92 and 6E. RGB value is (206,146,110). Sum of RGB (Red+Green+Blue) = 206+146+110=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE926E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE926E is #316D91. Grayscale: #A0A0A0. Windows color (decimal): -3239314 or 7246542. OLE color: 7246542.

HSL color Cylindrical-coordinate representation of color #CE926E: hue angle of 22.5º degrees, saturation: 0.49, 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 #CE926E is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 146 110 -
CMYK 0 0.29 0.47 0.19
HSL 22.5º 0.49% 0.62% -
HSV(B) 22.5º 0.47% 0.81% -
XYZ 38.55 34.81 19.44 -
YUV 159.84 99.88 160.93 -
System Red Green Blue C M Y K H S L
Decimal 206 146 110 0 0.29 0.47 0.19 22.5 0.49 0.62
Hex CE 92 6E 0 1D 2F 13 16 31 3E
Octal 316 222 156 0 35 57 23 26 61 76
Binary 11001110 10010010 1101110 0 11101 101111 10011 10110 110001 111110

Color Harmonies of #CE926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE926E

Black with #CE926E

Text Example


Text Example

White with #CE926E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE926E; }

 p { color: rgb(206,146,110); }

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

background-color css

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

 a { background-color: rgb(206,146,110); }

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

border-color css

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

 span { border-color: rgb(206,146,110); }

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