Html Css Color HEX #CE9497 Careys Pink

📋 copy color: '#CE9497'

red 206 ◦ green 148 ◦ blue 151

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

Shades of Careys Pink #CE9497

Tints of Careys Pink #CE9497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.9%

R = 40.79%
G = 29.31%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE9497 (or 0xCE9497) is known color: Careys Pink. HEX triplet: CE, 94 and 97. RGB value is (206,148,151). Sum of RGB (Red+Green+Blue) = 206+148+151=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9497 is #316B68. Grayscale: #A5A5A5. Windows color (decimal): -3238761 or 9934030. OLE color: 9934030.

HSL color Cylindrical-coordinate representation of color #CE9497: hue angle of 356.9º 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 #CE9497 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 148 151 -
CMYK 0 0.28 0.27 0.19
HSL 356.9º 0.37% 0.69% -
HSV(B) 356.9º 0.28% 0.81% -
XYZ 41.63 36.54 34.14 -
YUV 165.68 119.72 156.76 -
System Red Green Blue C M Y K H S L
Decimal 206 148 151 0 0.28 0.27 0.19 356.9 0.37 0.69
Hex CE 94 97 0 1C 1B 13 165 25 45
Octal 316 224 227 0 34 33 23 545 45 105
Binary 11001110 10010100 10010111 0 11100 11011 10011 101100101 100101 1000101

Color Harmonies of #CE9497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9497

Black with #CE9497

Text Example


Text Example

White with #CE9497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9497; }

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

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

background-color css

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

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

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

border-color css

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

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

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