Html Css Color HEX #CE4975 Cranberry

📋 copy color: '#CE4975'

red 206 ◦ green 73 ◦ blue 117

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

Shades of Cranberry #CE4975

Tints of Cranberry #CE4975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.43%

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

R = 52.02%
G = 18.43%
B = 29.55%

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

#CE4975 (or 0xCE4975) is known color: Cranberry. HEX triplet: CE, 49 and 75. RGB value is (206,73,117). Sum of RGB (Red+Green+Blue) = 206+73+117=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4975 is #31B68A. Grayscale: #757575. Windows color (decimal): -3257995 or 7686606. OLE color: 7686606.

HSL color Cylindrical-coordinate representation of color #CE4975: hue angle of 340.15º 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 #CE4975 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 73 117 -
CMYK 0 0.65 0.43 0.19
HSL 340.15º 0.58% 0.55% -
HSV(B) 340.15º 0.65% 0.81% -
XYZ 31.05 19.17 18.89 -
YUV 117.78 127.56 190.92 -
System Red Green Blue C M Y K H S L
Decimal 206 73 117 0 0.65 0.43 0.19 340.15 0.58 0.55
Hex CE 49 75 0 41 2B 13 154 3A 37
Octal 316 111 165 0 101 53 23 524 72 67
Binary 11001110 1001001 1110101 0 1000001 101011 10011 101010100 111010 110111

Color Harmonies of #CE4975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4975

Black with #CE4975

Text Example


Text Example

White with #CE4975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4975; }

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

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

background-color css

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

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

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

border-color css

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

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

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