Html Css Color HEX #CE949A Careys Pink

📋 copy color: '#CE949A'

red 206 ◦ green 148 ◦ blue 154

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

Shades of Careys Pink #CE949A

Tints of Careys Pink #CE949A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.13%

 BLUE value IS 154 (60.55% from 255) = 30.31%

R = 40.55%
G = 29.13%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CE949A (or 0xCE949A) is known color: Careys Pink. HEX triplet: CE, 94 and 9A. RGB value is (206,148,154). Sum of RGB (Red+Green+Blue) = 206+148+154=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE949A is #316B65. Grayscale: #A6A6A6. Windows color (decimal): -3238758 or 10130638. OLE color: 10130638.

HSL color Cylindrical-coordinate representation of color #CE949A: hue angle of 353.79º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE949A is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 148 154 -
CMYK 0 0.28 0.25 0.19
HSL 353.79º 0.37% 0.69% -
HSV(B) 353.79º 0.28% 0.81% -
XYZ 41.88 36.63 35.44 -
YUV 166.03 121.22 156.51 -
System Red Green Blue C M Y K H S L
Decimal 206 148 154 0 0.28 0.25 0.19 353.79 0.37 0.69
Hex CE 94 9A 0 1C 19 13 162 25 45
Octal 316 224 232 0 34 31 23 542 45 105
Binary 11001110 10010100 10011010 0 11100 11001 10011 101100010 100101 1000101

Color Harmonies of #CE949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE949A

Black with #CE949A

Text Example


Text Example

White with #CE949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE949A; }

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

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

background-color css

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

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

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

border-color css

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

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

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