Html Css Color HEX #CE9699 Careys Pink

📋 copy color: '#CE9699'

red 206 ◦ green 150 ◦ blue 153

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

Shades of Careys Pink #CE9699

Tints of Careys Pink #CE9699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.06%

R = 40.47%
G = 29.47%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CE9699 (or 0xCE9699) is known color: Careys Pink. HEX triplet: CE, 96 and 99. RGB value is (206,150,153). Sum of RGB (Red+Green+Blue) = 206+150+153=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9699 is #316966. Grayscale: #A7A7A7. Windows color (decimal): -3238247 or 10065614. OLE color: 10065614.

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

Color convert

RGB 206 150 153 -
CMYK 0 0.27 0.26 0.19
HSL 356.79º 0.36% 0.7% -
HSV(B) 356.79º 0.27% 0.81% -
XYZ 42.11 37.23 35.1 -
YUV 167.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 206 150 153 0 0.27 0.26 0.19 356.79 0.36 0.7
Hex CE 96 99 0 1B 1A 13 165 24 46
Octal 316 226 231 0 33 32 23 545 44 106
Binary 11001110 10010110 10011001 0 11011 11010 10011 101100101 100100 1000110

Color Harmonies of #CE9699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9699

Black with #CE9699

Text Example


Text Example

White with #CE9699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9699; }

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

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

background-color css

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

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

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

border-color css

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

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

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