Html Css Color HEX #CE9093 Careys Pink

📋 copy color: '#CE9093'

red 206 ◦ green 144 ◦ blue 147

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

Shades of Careys Pink #CE9093

Tints of Careys Pink #CE9093

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.97%

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

R = 41.45%
G = 28.97%
B = 29.58%

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

#CE9093 (or 0xCE9093) is known color: Careys Pink. HEX triplet: CE, 90 and 93. RGB value is (206,144,147). Sum of RGB (Red+Green+Blue) = 206+144+147=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9093 is #316F6C. Grayscale: #A2A2A2. Windows color (decimal): -3239789 or 9670862. OLE color: 9670862.

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

Color convert

RGB 206 144 147 -
CMYK 0 0.30 0.29 0.19
HSL 357.1º 0.39% 0.69% -
HSV(B) 357.1º 0.3% 0.81% -
XYZ 40.69 35.17 32.25 -
YUV 162.88 119.04 158.76 -
System Red Green Blue C M Y K H S L
Decimal 206 144 147 0 0.30 0.29 0.19 357.1 0.39 0.69
Hex CE 90 93 0 1E 1D 13 165 27 45
Octal 316 220 223 0 36 35 23 545 47 105
Binary 11001110 10010000 10010011 0 11110 11101 10011 101100101 100111 1000101

Color Harmonies of #CE9093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9093

Black with #CE9093

Text Example


Text Example

White with #CE9093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9093; }

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

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

background-color css

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

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

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

border-color css

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

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

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