Html Css Color HEX #CE907D Feldspar

📋 copy color: '#CE907D'

red 206 ◦ green 144 ◦ blue 125

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

Shades of Feldspar #CE907D

Tints of Feldspar #CE907D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.32%

R = 43.37%
G = 30.32%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE907D (or 0xCE907D) is known color: Feldspar. HEX triplet: CE, 90 and 7D. RGB value is (206,144,125). Sum of RGB (Red+Green+Blue) = 206+144+125=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CE907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE907D is #316F82. Grayscale: #A0A0A0. Windows color (decimal): -3239811 or 8229070. OLE color: 8229070.

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

Color convert

RGB 206 144 125 -
CMYK 0 0.30 0.39 0.19
HSL 14.07º 0.45% 0.65% -
HSV(B) 14.07º 0.39% 0.81% -
XYZ 39.13 34.55 24.01 -
YUV 160.37 108.04 160.54 -
System Red Green Blue C M Y K H S L
Decimal 206 144 125 0 0.30 0.39 0.19 14.07 0.45 0.65
Hex CE 90 7D 0 1E 27 13 E 2D 41
Octal 316 220 175 0 36 47 23 16 55 101
Binary 11001110 10010000 1111101 0 11110 100111 10011 1110 101101 1000001

Color Harmonies of #CE907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE907D

Black with #CE907D

Text Example


Text Example

White with #CE907D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE907D; }

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

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

background-color css

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

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

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

border-color css

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

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

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