Html Css Color HEX #CE4B7C Cranberry

📋 copy color: '#CE4B7C'

red 206 ◦ green 75 ◦ blue 124

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

Shades of Cranberry #CE4B7C

Tints of Cranberry #CE4B7C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.52%

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

R = 50.86%
G = 18.52%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE4B7C (or 0xCE4B7C) is known color: Cranberry. HEX triplet: CE, 4B and 7C. RGB value is (206,75,124). Sum of RGB (Red+Green+Blue) = 206+75+124=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4B7C is #31B483. Grayscale: #777777. Windows color (decimal): -3257476 or 8145870. OLE color: 8145870.

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

Color convert

RGB 206 75 124 -
CMYK 0 0.64 0.40 0.19
HSL 337.56º 0.57% 0.55% -
HSV(B) 337.56º 0.64% 0.81% -
XYZ 31.61 19.61 21.19 -
YUV 119.76 130.4 189.52 -
System Red Green Blue C M Y K H S L
Decimal 206 75 124 0 0.64 0.40 0.19 337.56 0.57 0.55
Hex CE 4B 7C 0 40 28 13 152 39 37
Octal 316 113 174 0 100 50 23 522 71 67
Binary 11001110 1001011 1111100 0 1000000 101000 10011 101010010 111001 110111

Color Harmonies of #CE4B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4B7C

Black with #CE4B7C

Text Example


Text Example

White with #CE4B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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