Html Css Color HEX #CF477C Cranberry

📋 copy color: '#CF477C'

red 207 ◦ green 71 ◦ blue 124

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

Shades of Cranberry #CF477C

Tints of Cranberry #CF477C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.66%

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

R = 51.49%
G = 17.66%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF477C (or 0xCF477C) is known color: Cranberry. HEX triplet: CF, 47 and 7C. RGB value is (207,71,124). Sum of RGB (Red+Green+Blue) = 207+71+124=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF477C is #30B883. Grayscale: #757575. Windows color (decimal): -3192964 or 8144847. OLE color: 8144847.

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

Color convert

RGB 207 71 124 -
CMYK 0 0.66 0.40 0.19
HSL 336.62º 0.59% 0.55% -
HSV(B) 336.62º 0.66% 0.81% -
XYZ 31.62 19.23 21.11 -
YUV 117.71 131.56 191.69 -
System Red Green Blue C M Y K H S L
Decimal 207 71 124 0 0.66 0.40 0.19 336.62 0.59 0.55
Hex CF 47 7C 0 42 28 13 151 3B 37
Octal 317 107 174 0 102 50 23 521 73 67
Binary 11001111 1000111 1111100 0 1000010 101000 10011 101010001 111011 110111

Color Harmonies of #CF477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF477C

Black with #CF477C

Text Example


Text Example

White with #CF477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF477C; }

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

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

background-color css

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

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

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

border-color css

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

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

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