Html Css Color HEX #CF577C Cranberry

📋 copy color: '#CF577C'

red 207 ◦ green 87 ◦ blue 124

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

Shades of Cranberry #CF577C

Tints of Cranberry #CF577C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.81%

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

R = 49.52%
G = 20.81%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF577C (or 0xCF577C) is known color: Cranberry. HEX triplet: CF, 57 and 7C. RGB value is (207,87,124). Sum of RGB (Red+Green+Blue) = 207+87+124=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF577C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF577C is #30A883. Grayscale: #7F7F7F. Windows color (decimal): -3188868 or 8148943. OLE color: 8148943.

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

Color convert

RGB 207 87 124 -
CMYK 0 0.58 0.40 0.19
HSL 341.5º 0.56% 0.58% -
HSV(B) 341.5º 0.58% 0.81% -
XYZ 32.78 21.54 21.5 -
YUV 127.1 126.26 184.99 -
System Red Green Blue C M Y K H S L
Decimal 207 87 124 0 0.58 0.40 0.19 341.5 0.56 0.58
Hex CF 57 7C 0 3A 28 13 156 38 3A
Octal 317 127 174 0 72 50 23 526 70 72
Binary 11001111 1010111 1111100 0 111010 101000 10011 101010110 111000 111010

Color Harmonies of #CF577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF577C

Black with #CF577C

Text Example


Text Example

White with #CF577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF577C; }

 p { color: rgb(207,87,124); }

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

background-color css

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

 a { background-color: rgb(207,87,124); }

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

border-color css

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

 span { border-color: rgb(207,87,124); }

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