Html Css Color HEX #CF617C Cranberry

📋 copy color: '#CF617C'

red 207 ◦ green 97 ◦ blue 124

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

Shades of Cranberry #CF617C

Tints of Cranberry #CF617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.66%

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

R = 48.36%
G = 22.66%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF617C (or 0xCF617C) is known color: Cranberry. HEX triplet: CF, 61 and 7C. RGB value is (207,97,124). Sum of RGB (Red+Green+Blue) = 207+97+124=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF617C is #309E83. Grayscale: #848484. Windows color (decimal): -3186308 or 8151503. OLE color: 8151503.

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

Color convert

RGB 207 97 124 -
CMYK 0 0.53 0.40 0.19
HSL 345.27º 0.53% 0.6% -
HSV(B) 345.27º 0.53% 0.81% -
XYZ 33.64 23.27 21.79 -
YUV 132.97 122.94 180.8 -
System Red Green Blue C M Y K H S L
Decimal 207 97 124 0 0.53 0.40 0.19 345.27 0.53 0.6
Hex CF 61 7C 0 35 28 13 159 35 3C
Octal 317 141 174 0 65 50 23 531 65 74
Binary 11001111 1100001 1111100 0 110101 101000 10011 101011001 110101 111100

Color Harmonies of #CF617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF617C

Black with #CF617C

Text Example


Text Example

White with #CF617C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF617C; }

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

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

background-color css

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

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

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

border-color css

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

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

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