Html Css Color HEX #CF577D Cranberry

📋 copy color: '#CF577D'

red 207 ◦ green 87 ◦ blue 125

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

Shades of Cranberry #CF577D

Tints of Cranberry #CF577D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.83%

R = 49.4%
G = 20.76%
B = 29.83%

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

#CF577D (or 0xCF577D) is known color: Cranberry. HEX triplet: CF, 57 and 7D. RGB value is (207,87,125). Sum of RGB (Red+Green+Blue) = 207+87+125=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF577D is #30A882. Grayscale: #7F7F7F. Windows color (decimal): -3188867 or 8214479. OLE color: 8214479.

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

Color convert

RGB 207 87 125 -
CMYK 0 0.58 0.40 0.19
HSL 341º 0.56% 0.58% -
HSV(B) 341º 0.58% 0.81% -
XYZ 32.84 21.56 21.83 -
YUV 127.21 126.76 184.91 -
System Red Green Blue C M Y K H S L
Decimal 207 87 125 0 0.58 0.40 0.19 341 0.56 0.58
Hex CF 57 7D 0 3A 28 13 155 38 3A
Octal 317 127 175 0 72 50 23 525 70 72
Binary 11001111 1010111 1111101 0 111010 101000 10011 101010101 111000 111010

Color Harmonies of #CF577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF577D

Black with #CF577D

Text Example


Text Example

White with #CF577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF577D; }

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

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

background-color css

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

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

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

border-color css

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

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

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