Html Css Color HEX #CE9293 Careys Pink

📋 copy color: '#CE9293'

red 206 ◦ green 146 ◦ blue 147

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

Shades of Careys Pink #CE9293

Tints of Careys Pink #CE9293

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.26%

 BLUE value IS 147 (57.81% from 255) = 29.46%

R = 41.28%
G = 29.26%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CE9293 (or 0xCE9293) is known color: Careys Pink. HEX triplet: CE, 92 and 93. RGB value is (206,146,147). Sum of RGB (Red+Green+Blue) = 206+146+147=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9293 is #316D6C. Grayscale: #A4A4A4. Windows color (decimal): -3239277 or 9671374. OLE color: 9671374.

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

Color convert

RGB 206 146 147 -
CMYK 0 0.29 0.29 0.19
HSL 359º 0.38% 0.69% -
HSV(B) 359º 0.29% 0.81% -
XYZ 41 35.79 32.35 -
YUV 164.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 206 146 147 0 0.29 0.29 0.19 359 0.38 0.69
Hex CE 92 93 0 1D 1D 13 167 26 45
Octal 316 222 223 0 35 35 23 547 46 105
Binary 11001110 10010010 10010011 0 11101 11101 10011 101100111 100110 1000101

Color Harmonies of #CE9293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9293

Black with #CE9293

Text Example


Text Example

White with #CE9293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9293; }

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

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

background-color css

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

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

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

border-color css

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

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

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