Html Css Color HEX #CF477E Cranberry

📋 copy color: '#CF477E'

red 207 ◦ green 71 ◦ blue 126

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

Shades of Cranberry #CF477E

Tints of Cranberry #CF477E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.19%

R = 51.24%
G = 17.57%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF477E (or 0xCF477E) is known color: Cranberry. HEX triplet: CF, 47 and 7E. RGB value is (207,71,126). Sum of RGB (Red+Green+Blue) = 207+71+126=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF477E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF477E is #30B881. Grayscale: #757575. Windows color (decimal): -3192962 or 8275919. OLE color: 8275919.

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

Color convert

RGB 207 71 126 -
CMYK 0 0.66 0.39 0.19
HSL 335.74º 0.59% 0.55% -
HSV(B) 335.74º 0.66% 0.81% -
XYZ 31.75 19.28 21.79 -
YUV 117.93 132.56 191.53 -
System Red Green Blue C M Y K H S L
Decimal 207 71 126 0 0.66 0.39 0.19 335.74 0.59 0.55
Hex CF 47 7E 0 42 27 13 150 3B 37
Octal 317 107 176 0 102 47 23 520 73 67
Binary 11001111 1000111 1111110 0 1000010 100111 10011 101010000 111011 110111

Color Harmonies of #CF477E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF477E

Black with #CF477E

Text Example


Text Example

White with #CF477E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF477E; }

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

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

background-color css

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

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

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

border-color css

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

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

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