Html Css Color HEX #CE4875 Cranberry

📋 copy color: '#CE4875'

red 206 ◦ green 72 ◦ blue 117

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

Shades of Cranberry #CE4875

Tints of Cranberry #CE4875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.23%

 BLUE value IS 117 (46.09% from 255) = 29.62%

R = 52.15%
G = 18.23%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE4875 (or 0xCE4875) is known color: Cranberry. HEX triplet: CE, 48 and 75. RGB value is (206,72,117). Sum of RGB (Red+Green+Blue) = 206+72+117=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4875 is #31B78A. Grayscale: #757575. Windows color (decimal): -3258251 or 7686350. OLE color: 7686350.

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

Color convert

RGB 206 72 117 -
CMYK 0 0.65 0.43 0.19
HSL 339.85º 0.58% 0.55% -
HSV(B) 339.85º 0.65% 0.81% -
XYZ 30.98 19.04 18.87 -
YUV 117.2 127.89 191.34 -
System Red Green Blue C M Y K H S L
Decimal 206 72 117 0 0.65 0.43 0.19 339.85 0.58 0.55
Hex CE 48 75 0 41 2B 13 154 3A 37
Octal 316 110 165 0 101 53 23 524 72 67
Binary 11001110 1001000 1110101 0 1000001 101011 10011 101010100 111010 110111

Color Harmonies of #CE4875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4875

Black with #CE4875

Text Example


Text Example

White with #CE4875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4875; }

 p { color: rgb(206,72,117); }

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

background-color css

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

 a { background-color: rgb(206,72,117); }

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

border-color css

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

 span { border-color: rgb(206,72,117); }

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