Html Css Color HEX #CE9294 Careys Pink

📋 copy color: '#CE9294'

red 206 ◦ green 146 ◦ blue 148

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

Shades of Careys Pink #CE9294

Tints of Careys Pink #CE9294

RGB

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

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

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

R = 41.2%
G = 29.2%
B = 29.6%

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

#CE9294 (or 0xCE9294) is known color: Careys Pink. HEX triplet: CE, 92 and 94. RGB value is (206,146,148). Sum of RGB (Red+Green+Blue) = 206+146+148=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9294 is #316D6B. Grayscale: #A4A4A4. Windows color (decimal): -3239276 or 9736910. OLE color: 9736910.

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

Color convert

RGB 206 146 148 -
CMYK 0 0.29 0.28 0.19
HSL 358º 0.38% 0.69% -
HSV(B) 358º 0.29% 0.81% -
XYZ 41.08 35.82 32.77 -
YUV 164.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 206 146 148 0 0.29 0.28 0.19 358 0.38 0.69
Hex CE 92 94 0 1D 1C 13 166 26 45
Octal 316 222 224 0 35 34 23 546 46 105
Binary 11001110 10010010 10010100 0 11101 11100 10011 101100110 100110 1000101

Color Harmonies of #CE9294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9294

Black with #CE9294

Text Example


Text Example

White with #CE9294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9294; }

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

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

background-color css

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

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

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

border-color css

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

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

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