Html Css Color HEX #CE9193 Careys Pink

📋 copy color: '#CE9193'

red 206 ◦ green 145 ◦ blue 147

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

Shades of Careys Pink #CE9193

Tints of Careys Pink #CE9193

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.12%

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

R = 41.37%
G = 29.12%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CE9193 (or 0xCE9193) is known color: Careys Pink. HEX triplet: CE, 91 and 93. RGB value is (206,145,147). Sum of RGB (Red+Green+Blue) = 206+145+147=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9193 is #316E6C. Grayscale: #A3A3A3. Windows color (decimal): -3239533 or 9671118. OLE color: 9671118.

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

Color convert

RGB 206 145 147 -
CMYK 0 0.30 0.29 0.19
HSL 358.03º 0.38% 0.69% -
HSV(B) 358.03º 0.3% 0.81% -
XYZ 40.85 35.48 32.3 -
YUV 163.47 118.71 158.34 -
System Red Green Blue C M Y K H S L
Decimal 206 145 147 0 0.30 0.29 0.19 358.03 0.38 0.69
Hex CE 91 93 0 1E 1D 13 166 26 45
Octal 316 221 223 0 36 35 23 546 46 105
Binary 11001110 10010001 10010011 0 11110 11101 10011 101100110 100110 1000101

Color Harmonies of #CE9193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9193

Black with #CE9193

Text Example


Text Example

White with #CE9193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9193; }

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

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

background-color css

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

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

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

border-color css

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

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

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