Html Css Color HEX #CE9295 Careys Pink

📋 copy color: '#CE9295'

red 206 ◦ green 146 ◦ blue 149

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

Shades of Careys Pink #CE9295

Tints of Careys Pink #CE9295

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.14%

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

R = 41.12%
G = 29.14%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE9295 (or 0xCE9295) is known color: Careys Pink. HEX triplet: CE, 92 and 95. RGB value is (206,146,149). Sum of RGB (Red+Green+Blue) = 206+146+149=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9295 is #316D6A. Grayscale: #A4A4A4. Windows color (decimal): -3239275 or 9802446. OLE color: 9802446.

HSL color Cylindrical-coordinate representation of color #CE9295: hue angle of 357º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CE9295 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 146 149 -
CMYK 0 0.29 0.28 0.19
HSL 357º 0.38% 0.69% -
HSV(B) 357º 0.29% 0.81% -
XYZ 41.16 35.85 33.18 -
YUV 164.28 119.38 157.76 -
System Red Green Blue C M Y K H S L
Decimal 206 146 149 0 0.29 0.28 0.19 357 0.38 0.69
Hex CE 92 95 0 1D 1C 13 165 26 45
Octal 316 222 225 0 35 34 23 545 46 105
Binary 11001110 10010010 10010101 0 11101 11100 10011 101100101 100110 1000101

Color Harmonies of #CE9295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9295

Black with #CE9295

Text Example


Text Example

White with #CE9295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9295; }

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

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

background-color css

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

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

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

border-color css

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

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

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