Html Css Color HEX #CE9394 Careys Pink

📋 copy color: '#CE9394'

red 206 ◦ green 147 ◦ blue 148

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

Shades of Careys Pink #CE9394

Tints of Careys Pink #CE9394

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.34%

 BLUE value IS 148 (58.2% from 255) = 29.54%

R = 41.12%
G = 29.34%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE9394 (or 0xCE9394) is known color: Careys Pink. HEX triplet: CE, 93 and 94. RGB value is (206,147,148). Sum of RGB (Red+Green+Blue) = 206+147+148=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9394 is #316C6B. Grayscale: #A4A4A4. Windows color (decimal): -3239020 or 9737166. OLE color: 9737166.

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

Color convert

RGB 206 147 148 -
CMYK 0 0.29 0.28 0.19
HSL 358.98º 0.38% 0.69% -
HSV(B) 358.98º 0.29% 0.81% -
XYZ 41.23 36.13 32.82 -
YUV 164.76 118.55 157.42 -
System Red Green Blue C M Y K H S L
Decimal 206 147 148 0 0.29 0.28 0.19 358.98 0.38 0.69
Hex CE 93 94 0 1D 1C 13 167 26 45
Octal 316 223 224 0 35 34 23 547 46 105
Binary 11001110 10010011 10010100 0 11101 11100 10011 101100111 100110 1000101

Color Harmonies of #CE9394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9394

Black with #CE9394

Text Example


Text Example

White with #CE9394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9394; }

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

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

background-color css

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

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

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

border-color css

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

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

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