Html Css Color HEX #CE98A3 Careys Pink

📋 copy color: '#CE98A3'

red 206 ◦ green 152 ◦ blue 163

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

Shades of Careys Pink #CE98A3

Tints of Careys Pink #CE98A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.29%

R = 39.54%
G = 29.17%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CE98A3 (or 0xCE98A3) is known color: Careys Pink. HEX triplet: CE, 98 and A3. RGB value is (206,152,163). Sum of RGB (Red+Green+Blue) = 206+152+163=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CE98A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE98A3 is #31675C. Grayscale: #A9A9A9. Windows color (decimal): -3237725 or 10721486. OLE color: 10721486.

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

Color convert

RGB 206 152 163 -
CMYK 0 0.26 0.21 0.19
HSL 347.78º 0.36% 0.7% -
HSV(B) 347.78º 0.26% 0.81% -
XYZ 43.29 38.22 39.75 -
YUV 169.4 124.39 154.11 -
System Red Green Blue C M Y K H S L
Decimal 206 152 163 0 0.26 0.21 0.19 347.78 0.36 0.7
Hex CE 98 A3 0 1A 15 13 15C 24 46
Octal 316 230 243 0 32 25 23 534 44 106
Binary 11001110 10011000 10100011 0 11010 10101 10011 101011100 100100 1000110

Color Harmonies of #CE98A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE98A3

Black with #CE98A3

Text Example


Text Example

White with #CE98A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE98A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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