Html Css Color HEX #CE939C Careys Pink

📋 copy color: '#CE939C'

red 206 ◦ green 147 ◦ blue 156

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

Shades of Careys Pink #CE939C

Tints of Careys Pink #CE939C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.65%

R = 40.47%
G = 28.88%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CE939C (or 0xCE939C) is known color: Careys Pink. HEX triplet: CE, 93 and 9C. RGB value is (206,147,156). Sum of RGB (Red+Green+Blue) = 206+147+156=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE939C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE939C is #316C63. Grayscale: #A5A5A5. Windows color (decimal): -3239012 or 10261454. OLE color: 10261454.

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

Color convert

RGB 206 147 156 -
CMYK 0 0.29 0.24 0.19
HSL 350.85º 0.38% 0.69% -
HSV(B) 350.85º 0.29% 0.81% -
XYZ 41.89 36.39 36.27 -
YUV 165.67 122.55 156.77 -
System Red Green Blue C M Y K H S L
Decimal 206 147 156 0 0.29 0.24 0.19 350.85 0.38 0.69
Hex CE 93 9C 0 1D 18 13 15F 26 45
Octal 316 223 234 0 35 30 23 537 46 105
Binary 11001110 10010011 10011100 0 11101 11000 10011 101011111 100110 1000101

Color Harmonies of #CE939C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE939C

Black with #CE939C

Text Example


Text Example

White with #CE939C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE939C; }

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

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

background-color css

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

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

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

border-color css

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

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

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