Html Css Color HEX #CE9C9D Careys Pink

📋 copy color: '#CE9C9D'

red 206 ◦ green 156 ◦ blue 157

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

Shades of Careys Pink #CE9C9D

Tints of Careys Pink #CE9C9D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.06%

 BLUE value IS 157 (61.72% from 255) = 30.25%

R = 39.69%
G = 30.06%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CE9C9D (or 0xCE9C9D) is known color: Careys Pink. HEX triplet: CE, 9C and 9D. RGB value is (206,156,157). Sum of RGB (Red+Green+Blue) = 206+156+157=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 157 (61.72% from 255 or 30.25% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9C9D is #316362. Grayscale: #ABABAB. Windows color (decimal): -3236707 or 10329294. OLE color: 10329294.

HSL color Cylindrical-coordinate representation of color #CE9C9D: hue angle of 358.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CE9C9D is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 156 157 -
CMYK 0 0.24 0.24 0.19
HSL 358.8º 0.34% 0.71% -
HSV(B) 358.8º 0.24% 0.81% -
XYZ 43.43 39.33 37.2 -
YUV 171.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 206 156 157 0 0.24 0.24 0.19 358.8 0.34 0.71
Hex CE 9C 9D 0 18 18 13 167 22 47
Octal 316 234 235 0 30 30 23 547 42 107
Binary 11001110 10011100 10011101 0 11000 11000 10011 101100111 100010 1000111

Color Harmonies of #CE9C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9C9D

Black with #CE9C9D

Text Example


Text Example

White with #CE9C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9C9D; }

 p { color: rgb(206,156,157); }

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

background-color css

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

 a { background-color: rgb(206,156,157); }

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

border-color css

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

 span { border-color: rgb(206,156,157); }

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