Html Css Color HEX #CEA9B3 Blossom

📋 copy color: '#CEA9B3'

red 206 ◦ green 169 ◦ blue 179

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

Shades of Blossom #CEA9B3

Tints of Blossom #CEA9B3

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.51%

 BLUE value IS 179 (70.31% from 255) = 32.31%

R = 37.18%
G = 30.51%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CEA9B3 (or 0xCEA9B3) is known color: Blossom. HEX triplet: CE, A9 and B3. RGB value is (206,169,179). Sum of RGB (Red+Green+Blue) = 206+169+179=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA9B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA9B3 is #31564C. Grayscale: #B5B5B5. Windows color (decimal): -3233357 or 11774414. OLE color: 11774414.

HSL color Cylindrical-coordinate representation of color #CEA9B3: hue angle of 343.78º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEA9B3 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 169 179 -
CMYK 0 0.18 0.13 0.19
HSL 343.78º 0.27% 0.74% -
HSV(B) 343.78º 0.18% 0.81% -
XYZ 47.78 44.75 48.77 -
YUV 181.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 206 169 179 0 0.18 0.13 0.19 343.78 0.27 0.74
Hex CE A9 B3 0 12 D 13 158 1B 4A
Octal 316 251 263 0 22 15 23 530 33 112
Binary 11001110 10101001 10110011 0 10010 1101 10011 101011000 11011 1001010

Color Harmonies of #CEA9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA9B3

Black with #CEA9B3

Text Example


Text Example

White with #CEA9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA9B3; }

 p { color: rgb(206,169,179); }

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

background-color css

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

 a { background-color: rgb(206,169,179); }

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

border-color css

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

 span { border-color: rgb(206,169,179); }

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