Html Css Color HEX #CE9198 Careys Pink

📋 copy color: '#CE9198'

red 206 ◦ green 145 ◦ blue 152

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

Shades of Careys Pink #CE9198

Tints of Careys Pink #CE9198

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.83%

 BLUE value IS 152 (59.77% from 255) = 30.22%

R = 40.95%
G = 28.83%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CE9198 (or 0xCE9198) is known color: Careys Pink. HEX triplet: CE, 91 and 98. RGB value is (206,145,152). Sum of RGB (Red+Green+Blue) = 206+145+152=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9198 is #316E67. Grayscale: #A4A4A4. Windows color (decimal): -3239528 or 9998798. OLE color: 9998798.

HSL color Cylindrical-coordinate representation of color #CE9198: hue angle of 353.11º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE9198 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 145 152 -
CMYK 0 0.30 0.26 0.19
HSL 353.11º 0.38% 0.69% -
HSV(B) 353.11º 0.3% 0.81% -
XYZ 41.25 35.64 34.41 -
YUV 164.04 121.21 157.93 -
System Red Green Blue C M Y K H S L
Decimal 206 145 152 0 0.30 0.26 0.19 353.11 0.38 0.69
Hex CE 91 98 0 1E 1A 13 161 26 45
Octal 316 221 230 0 36 32 23 541 46 105
Binary 11001110 10010001 10011000 0 11110 11010 10011 101100001 100110 1000101

Color Harmonies of #CE9198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9198

Black with #CE9198

Text Example


Text Example

White with #CE9198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9198; }

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

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

background-color css

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

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

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

border-color css

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

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

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