Html Css Color HEX #CE9BAA Careys Pink

📋 copy color: '#CE9BAA'

red 206 ◦ green 155 ◦ blue 170

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

Shades of Careys Pink #CE9BAA

Tints of Careys Pink #CE9BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.02%

R = 38.79%
G = 29.19%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE9BAA (or 0xCE9BAA) is known color: Careys Pink. HEX triplet: CE, 9B and AA. RGB value is (206,155,170). Sum of RGB (Red+Green+Blue) = 206+155+170=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9BAA is #316455. Grayscale: #ABABAB. Windows color (decimal): -3236950 or 11181006. OLE color: 11181006.

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

Color convert

RGB 206 155 170 -
CMYK 0 0.25 0.17 0.19
HSL 342.35º 0.34% 0.71% -
HSV(B) 342.35º 0.25% 0.81% -
XYZ 44.43 39.47 43.31 -
YUV 171.96 126.9 152.28 -
System Red Green Blue C M Y K H S L
Decimal 206 155 170 0 0.25 0.17 0.19 342.35 0.34 0.71
Hex CE 9B AA 0 19 11 13 156 22 47
Octal 316 233 252 0 31 21 23 526 42 107
Binary 11001110 10011011 10101010 0 11001 10001 10011 101010110 100010 1000111

Color Harmonies of #CE9BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9BAA

Black with #CE9BAA

Text Example


Text Example

White with #CE9BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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