Html Css Color HEX #CF5E7C Cranberry

📋 copy color: '#CF5E7C'

red 207 ◦ green 94 ◦ blue 124

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

Shades of Cranberry #CF5E7C

Tints of Cranberry #CF5E7C

RGB

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

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

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

R = 48.71%
G = 22.12%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF5E7C (or 0xCF5E7C) is known color: Cranberry. HEX triplet: CF, 5E and 7C. RGB value is (207,94,124). Sum of RGB (Red+Green+Blue) = 207+94+124=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5E7C is #30A183. Grayscale: #838383. Windows color (decimal): -3187076 or 8150735. OLE color: 8150735.

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

Color convert

RGB 207 94 124 -
CMYK 0 0.55 0.40 0.19
HSL 344.07º 0.54% 0.59% -
HSV(B) 344.07º 0.55% 0.81% -
XYZ 33.37 22.73 21.7 -
YUV 131.21 123.94 182.06 -
System Red Green Blue C M Y K H S L
Decimal 207 94 124 0 0.55 0.40 0.19 344.07 0.54 0.59
Hex CF 5E 7C 0 37 28 13 158 36 3B
Octal 317 136 174 0 67 50 23 530 66 73
Binary 11001111 1011110 1111100 0 110111 101000 10011 101011000 110110 111011

Color Harmonies of #CF5E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E7C

Black with #CF5E7C

Text Example


Text Example

White with #CF5E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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