Html Css Color HEX #CE9498 Careys Pink

📋 copy color: '#CE9498'

red 206 ◦ green 148 ◦ blue 152

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

Shades of Careys Pink #CE9498

Tints of Careys Pink #CE9498

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.25%

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

R = 40.71%
G = 29.25%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CE9498 (or 0xCE9498) is known color: Careys Pink. HEX triplet: CE, 94 and 98. RGB value is (206,148,152). Sum of RGB (Red+Green+Blue) = 206+148+152=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9498 is #316B67. Grayscale: #A5A5A5. Windows color (decimal): -3238760 or 9999566. OLE color: 9999566.

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

Color convert

RGB 206 148 152 -
CMYK 0 0.28 0.26 0.19
HSL 355.86º 0.37% 0.69% -
HSV(B) 355.86º 0.28% 0.81% -
XYZ 41.71 36.57 34.57 -
YUV 165.8 120.22 156.67 -
System Red Green Blue C M Y K H S L
Decimal 206 148 152 0 0.28 0.26 0.19 355.86 0.37 0.69
Hex CE 94 98 0 1C 1A 13 164 25 45
Octal 316 224 230 0 34 32 23 544 45 105
Binary 11001110 10010100 10011000 0 11100 11010 10011 101100100 100101 1000101

Color Harmonies of #CE9498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9498

Black with #CE9498

Text Example


Text Example

White with #CE9498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9498; }

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

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

background-color css

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

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

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

border-color css

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

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

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