Html Css Color HEX #CF5E84 Cranberry

📋 copy color: '#CF5E84'

red 207 ◦ green 94 ◦ blue 132

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

Shades of Cranberry #CF5E84

Tints of Cranberry #CF5E84

RGB

 RED value IS 207 (81.25% from 255) = 47.81%

 GREEN value IS 94 (37.11% from 255) = 21.71%

 BLUE value IS 132 (51.95% from 255) = 30.48%

R = 47.81%
G = 21.71%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CF5E84 (or 0xCF5E84) is known color: Cranberry. HEX triplet: CF, 5E and 84. RGB value is (207,94,132). Sum of RGB (Red+Green+Blue) = 207+94+132=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5E84 is #30A17B. Grayscale: #848484. Windows color (decimal): -3187068 or 8675023. OLE color: 8675023.

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

Color convert

RGB 207 94 132 -
CMYK 0 0.55 0.36 0.19
HSL 339.82º 0.54% 0.59% -
HSV(B) 339.82º 0.55% 0.81% -
XYZ 33.9 22.94 24.47 -
YUV 132.12 127.94 181.41 -
System Red Green Blue C M Y K H S L
Decimal 207 94 132 0 0.55 0.36 0.19 339.82 0.54 0.59
Hex CF 5E 84 0 37 24 13 154 36 3B
Octal 317 136 204 0 67 44 23 524 66 73
Binary 11001111 1011110 10000100 0 110111 100100 10011 101010100 110110 111011

Color Harmonies of #CF5E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E84

Black with #CF5E84

Text Example


Text Example

White with #CF5E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E84; }

 p { color: rgb(207,94,132); }

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

background-color css

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

 a { background-color: rgb(207,94,132); }

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

border-color css

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

 span { border-color: rgb(207,94,132); }

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