Html Css Color HEX #CE5F7C Cranberry

📋 copy color: '#CE5F7C'

red 206 ◦ green 95 ◦ blue 124

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

Shades of Cranberry #CE5F7C

Tints of Cranberry #CE5F7C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.35%

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

R = 48.47%
G = 22.35%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE5F7C (or 0xCE5F7C) is known color: Cranberry. HEX triplet: CE, 5F and 7C. RGB value is (206,95,124). Sum of RGB (Red+Green+Blue) = 206+95+124=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5F7C is #31A083. Grayscale: #838383. Windows color (decimal): -3252356 or 8150990. OLE color: 8150990.

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

Color convert

RGB 206 95 124 -
CMYK 0 0.54 0.40 0.19
HSL 344.32º 0.53% 0.59% -
HSV(B) 344.32º 0.54% 0.81% -
XYZ 33.18 22.76 21.71 -
YUV 131.5 123.77 181.14 -
System Red Green Blue C M Y K H S L
Decimal 206 95 124 0 0.54 0.40 0.19 344.32 0.53 0.59
Hex CE 5F 7C 0 36 28 13 158 35 3B
Octal 316 137 174 0 66 50 23 530 65 73
Binary 11001110 1011111 1111100 0 110110 101000 10011 101011000 110101 111011

Color Harmonies of #CE5F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5F7C

Black with #CE5F7C

Text Example


Text Example

White with #CE5F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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