Html Css Color HEX #CE969E Careys Pink

📋 copy color: '#CE969E'

red 206 ◦ green 150 ◦ blue 158

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

Shades of Careys Pink #CE969E

Tints of Careys Pink #CE969E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.74%

R = 40.08%
G = 29.18%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CE969E (or 0xCE969E) is known color: Careys Pink. HEX triplet: CE, 96 and 9E. RGB value is (206,150,158). Sum of RGB (Red+Green+Blue) = 206+150+158=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CE969E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE969E is #316961. Grayscale: #A7A7A7. Windows color (decimal): -3238242 or 10393294. OLE color: 10393294.

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

Color convert

RGB 206 150 158 -
CMYK 0 0.27 0.23 0.19
HSL 351.43º 0.36% 0.7% -
HSV(B) 351.43º 0.27% 0.81% -
XYZ 42.53 37.4 37.33 -
YUV 167.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 206 150 158 0 0.27 0.23 0.19 351.43 0.36 0.7
Hex CE 96 9E 0 1B 17 13 15F 24 46
Octal 316 226 236 0 33 27 23 537 44 106
Binary 11001110 10010110 10011110 0 11011 10111 10011 101011111 100100 1000110

Color Harmonies of #CE969E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE969E

Black with #CE969E

Text Example


Text Example

White with #CE969E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE969E; }

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

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

background-color css

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

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

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

border-color css

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

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

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