Html Css Color HEX #CE5A7C Cranberry

📋 copy color: '#CE5A7C'

red 206 ◦ green 90 ◦ blue 124

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

Shades of Cranberry #CE5A7C

Tints of Cranberry #CE5A7C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.43%

 BLUE value IS 124 (48.83% from 255) = 29.52%

R = 49.05%
G = 21.43%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE5A7C (or 0xCE5A7C) is known color: Cranberry. HEX triplet: CE, 5A and 7C. RGB value is (206,90,124). Sum of RGB (Red+Green+Blue) = 206+90+124=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5A7C is #31A583. Grayscale: #808080. Windows color (decimal): -3253636 or 8149710. OLE color: 8149710.

HSL color Cylindrical-coordinate representation of color #CE5A7C: hue angle of 342.41º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE5A7C is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 90 124 -
CMYK 0 0.56 0.40 0.19
HSL 342.41º 0.54% 0.58% -
HSV(B) 342.41º 0.56% 0.81% -
XYZ 32.75 21.89 21.57 -
YUV 128.56 125.43 183.24 -
System Red Green Blue C M Y K H S L
Decimal 206 90 124 0 0.56 0.40 0.19 342.41 0.54 0.58
Hex CE 5A 7C 0 38 28 13 156 36 3A
Octal 316 132 174 0 70 50 23 526 66 72
Binary 11001110 1011010 1111100 0 111000 101000 10011 101010110 110110 111010

Color Harmonies of #CE5A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A7C

Black with #CE5A7C

Text Example


Text Example

White with #CE5A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A7C; }

 p { color: rgb(206,90,124); }

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

background-color css

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

 a { background-color: rgb(206,90,124); }

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

border-color css

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

 span { border-color: rgb(206,90,124); }

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