Html Css Color HEX #CE9495 Careys Pink

📋 copy color: '#CE9495'

red 206 ◦ green 148 ◦ blue 149

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

Shades of Careys Pink #CE9495

Tints of Careys Pink #CE9495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.62%

R = 40.95%
G = 29.42%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE9495 (or 0xCE9495) is known color: Careys Pink. HEX triplet: CE, 94 and 95. RGB value is (206,148,149). Sum of RGB (Red+Green+Blue) = 206+148+149=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9495 is #316B6A. Grayscale: #A5A5A5. Windows color (decimal): -3238763 or 9802958. OLE color: 9802958.

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

Color convert

RGB 206 148 149 -
CMYK 0 0.28 0.28 0.19
HSL 358.97º 0.37% 0.69% -
HSV(B) 358.97º 0.28% 0.81% -
XYZ 41.47 36.47 33.29 -
YUV 165.46 118.72 156.92 -
System Red Green Blue C M Y K H S L
Decimal 206 148 149 0 0.28 0.28 0.19 358.97 0.37 0.69
Hex CE 94 95 0 1C 1C 13 167 25 45
Octal 316 224 225 0 34 34 23 547 45 105
Binary 11001110 10010100 10010101 0 11100 11100 10011 101100111 100101 1000101

Color Harmonies of #CE9495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9495

Black with #CE9495

Text Example


Text Example

White with #CE9495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9495; }

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

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

background-color css

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

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

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

border-color css

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

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

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