Html Css Color HEX #CE969D Careys Pink

📋 copy color: '#CE969D'

red 206 ◦ green 150 ◦ blue 157

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

Shades of Careys Pink #CE969D

Tints of Careys Pink #CE969D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.24%

 BLUE value IS 157 (61.72% from 255) = 30.6%

R = 40.16%
G = 29.24%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CE969D (or 0xCE969D) is known color: Careys Pink. HEX triplet: CE, 96 and 9D. RGB value is (206,150,157). Sum of RGB (Red+Green+Blue) = 206+150+157=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE969D is #316962. Grayscale: #A7A7A7. Windows color (decimal): -3238243 or 10327758. OLE color: 10327758.

HSL color Cylindrical-coordinate representation of color #CE969D: hue angle of 352.5º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CE969D is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 150 157 -
CMYK 0 0.27 0.24 0.19
HSL 352.5º 0.36% 0.7% -
HSV(B) 352.5º 0.27% 0.81% -
XYZ 42.45 37.37 36.87 -
YUV 167.54 122.05 155.43 -
System Red Green Blue C M Y K H S L
Decimal 206 150 157 0 0.27 0.24 0.19 352.5 0.36 0.7
Hex CE 96 9D 0 1B 18 13 160 24 46
Octal 316 226 235 0 33 30 23 540 44 106
Binary 11001110 10010110 10011101 0 11011 11000 10011 101100000 100100 1000110

Color Harmonies of #CE969D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE969D

Black with #CE969D

Text Example


Text Example

White with #CE969D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE969D; }

 p { color: rgb(206,150,157); }

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

background-color css

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

 a { background-color: rgb(206,150,157); }

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

border-color css

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

 span { border-color: rgb(206,150,157); }

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