Html Css Color HEX #CE969A Careys Pink

📋 copy color: '#CE969A'

red 206 ◦ green 150 ◦ blue 154

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

Shades of Careys Pink #CE969A

Tints of Careys Pink #CE969A

RGB

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

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

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

R = 40.39%
G = 29.41%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CE969A (or 0xCE969A) is known color: Careys Pink. HEX triplet: CE, 96 and 9A. RGB value is (206,150,154). Sum of RGB (Red+Green+Blue) = 206+150+154=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CE969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE969A is #316965. Grayscale: #A7A7A7. Windows color (decimal): -3238246 or 10131150. OLE color: 10131150.

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

Color convert

RGB 206 150 154 -
CMYK 0 0.27 0.25 0.19
HSL 355.71º 0.36% 0.7% -
HSV(B) 355.71º 0.27% 0.81% -
XYZ 42.19 37.27 35.54 -
YUV 167.2 120.55 155.67 -
System Red Green Blue C M Y K H S L
Decimal 206 150 154 0 0.27 0.25 0.19 355.71 0.36 0.7
Hex CE 96 9A 0 1B 19 13 164 24 46
Octal 316 226 232 0 33 31 23 544 44 106
Binary 11001110 10010110 10011010 0 11011 11001 10011 101100100 100100 1000110

Color Harmonies of #CE969A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE969A

Black with #CE969A

Text Example


Text Example

White with #CE969A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE969A; }

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

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

background-color css

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

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

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

border-color css

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

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

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