Html Css Color HEX #CE949B Careys Pink

📋 copy color: '#CE949B'

red 206 ◦ green 148 ◦ blue 155

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

Shades of Careys Pink #CE949B

Tints of Careys Pink #CE949B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.45%

R = 40.47%
G = 29.08%
B = 30.45%

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

#CE949B (or 0xCE949B) is known color: Careys Pink. HEX triplet: CE, 94 and 9B. RGB value is (206,148,155). Sum of RGB (Red+Green+Blue) = 206+148+155=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE949B is #316B64. Grayscale: #A6A6A6. Windows color (decimal): -3238757 or 10196174. OLE color: 10196174.

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

Color convert

RGB 206 148 155 -
CMYK 0 0.28 0.25 0.19
HSL 352.76º 0.37% 0.69% -
HSV(B) 352.76º 0.28% 0.81% -
XYZ 41.96 36.67 35.88 -
YUV 166.14 121.72 156.43 -
System Red Green Blue C M Y K H S L
Decimal 206 148 155 0 0.28 0.25 0.19 352.76 0.37 0.69
Hex CE 94 9B 0 1C 19 13 161 25 45
Octal 316 224 233 0 34 31 23 541 45 105
Binary 11001110 10010100 10011011 0 11100 11001 10011 101100001 100101 1000101

Color Harmonies of #CE949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE949B

Black with #CE949B

Text Example


Text Example

White with #CE949B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE949B; }

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

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

background-color css

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

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

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

border-color css

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

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

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