Html Css Color HEX #CF477A Cranberry

📋 copy color: '#CF477A'

red 207 ◦ green 71 ◦ blue 122

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

Shades of Cranberry #CF477A

Tints of Cranberry #CF477A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.5%

R = 51.75%
G = 17.75%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF477A (or 0xCF477A) is known color: Cranberry. HEX triplet: CF, 47 and 7A. RGB value is (207,71,122). Sum of RGB (Red+Green+Blue) = 207+71+122=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF477A is #30B885. Grayscale: #757575. Windows color (decimal): -3192966 or 8013775. OLE color: 8013775.

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

Color convert

RGB 207 71 122 -
CMYK 0 0.66 0.41 0.19
HSL 337.5º 0.59% 0.55% -
HSV(B) 337.5º 0.66% 0.81% -
XYZ 31.5 19.18 20.45 -
YUV 117.48 130.56 191.85 -
System Red Green Blue C M Y K H S L
Decimal 207 71 122 0 0.66 0.41 0.19 337.5 0.59 0.55
Hex CF 47 7A 0 42 29 13 152 3B 37
Octal 317 107 172 0 102 51 23 522 73 67
Binary 11001111 1000111 1111010 0 1000010 101001 10011 101010010 111011 110111

Color Harmonies of #CF477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF477A

Black with #CF477A

Text Example


Text Example

White with #CF477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF477A; }

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

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

background-color css

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

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

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

border-color css

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

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

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