Html Css Color HEX #CE988F Rose

📋 copy color: '#CE988F'

red 206 ◦ green 152 ◦ blue 143

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

Shades of Rose #CE988F

Tints of Rose #CE988F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.34%

 BLUE value IS 143 (56.25% from 255) = 28.54%

R = 41.12%
G = 30.34%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE988F (or 0xCE988F) is known color: Rose. HEX triplet: CE, 98 and 8F. RGB value is (206,152,143). Sum of RGB (Red+Green+Blue) = 206+152+143=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE988F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE988F is #316770. Grayscale: #A7A7A7. Windows color (decimal): -3237745 or 9410766. OLE color: 9410766.

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

Color convert

RGB 206 152 143 -
CMYK 0 0.26 0.31 0.19
HSL 8.57º 0.39% 0.68% -
HSV(B) 8.57º 0.31% 0.81% -
XYZ 41.64 37.56 31.04 -
YUV 167.12 114.39 155.73 -
System Red Green Blue C M Y K H S L
Decimal 206 152 143 0 0.26 0.31 0.19 8.57 0.39 0.68
Hex CE 98 8F 0 1A 1F 13 9 27 44
Octal 316 230 217 0 32 37 23 11 47 104
Binary 11001110 10011000 10001111 0 11010 11111 10011 1001 100111 1000100

Color Harmonies of #CE988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE988F

Black with #CE988F

Text Example


Text Example

White with #CE988F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE988F; }

 p { color: rgb(206,152,143); }

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

background-color css

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

 a { background-color: rgb(206,152,143); }

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

border-color css

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

 span { border-color: rgb(206,152,143); }

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