Html Css Color HEX #CE906C Feldspar

📋 copy color: '#CE906C'

red 206 ◦ green 144 ◦ blue 108

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

Shades of Feldspar #CE906C

Tints of Feldspar #CE906C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.44%

 BLUE value IS 108 (42.58% from 255) = 23.58%

R = 44.98%
G = 31.44%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE906C (or 0xCE906C) is known color: Feldspar. HEX triplet: CE, 90 and 6C. RGB value is (206,144,108). Sum of RGB (Red+Green+Blue) = 206+144+108=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE906C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE906C is #316F93. Grayscale: #9E9E9E. Windows color (decimal): -3239828 or 7114958. OLE color: 7114958.

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

Color convert

RGB 206 144 108 -
CMYK 0 0.30 0.48 0.19
HSL 22.04º 0.5% 0.62% -
HSV(B) 22.04º 0.48% 0.81% -
XYZ 38.13 34.15 18.77 -
YUV 158.43 99.54 161.93 -
System Red Green Blue C M Y K H S L
Decimal 206 144 108 0 0.30 0.48 0.19 22.04 0.5 0.62
Hex CE 90 6C 0 1E 30 13 16 32 3E
Octal 316 220 154 0 36 60 23 26 62 76
Binary 11001110 10010000 1101100 0 11110 110000 10011 10110 110010 111110

Color Harmonies of #CE906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE906C

Black with #CE906C

Text Example


Text Example

White with #CE906C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE906C; }

 p { color: rgb(206,144,108); }

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

background-color css

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

 a { background-color: rgb(206,144,108); }

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

border-color css

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

 span { border-color: rgb(206,144,108); }

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