Html Css Color HEX #CE9BA2 Careys Pink

📋 copy color: '#CE9BA2'

red 206 ◦ green 155 ◦ blue 162

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

Shades of Careys Pink #CE9BA2

Tints of Careys Pink #CE9BA2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.64%

 BLUE value IS 162 (63.67% from 255) = 30.98%

R = 39.39%
G = 29.64%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CE9BA2 (or 0xCE9BA2) is known color: Careys Pink. HEX triplet: CE, 9B and A2. RGB value is (206,155,162). Sum of RGB (Red+Green+Blue) = 206+155+162=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 162 (63.67% from 255 or 30.98% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9BA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9BA2 is #31645D. Grayscale: #ABABAB. Windows color (decimal): -3236958 or 10656718. OLE color: 10656718.

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

Color convert

RGB 206 155 162 -
CMYK 0 0.25 0.21 0.19
HSL 351.76º 0.34% 0.71% -
HSV(B) 351.76º 0.25% 0.81% -
XYZ 43.7 39.17 39.44 -
YUV 171.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 206 155 162 0 0.25 0.21 0.19 351.76 0.34 0.71
Hex CE 9B A2 0 19 15 13 160 22 47
Octal 316 233 242 0 31 25 23 540 42 107
Binary 11001110 10011011 10100010 0 11001 10101 10011 101100000 100010 1000111

Color Harmonies of #CE9BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9BA2

Black with #CE9BA2

Text Example


Text Example

White with #CE9BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9BA2; }

 p { color: rgb(206,155,162); }

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

background-color css

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

 a { background-color: rgb(206,155,162); }

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

border-color css

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

 span { border-color: rgb(206,155,162); }

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