Html Css Color HEX #CF4A80 Cranberry

📋 copy color: '#CF4A80'

red 207 ◦ green 74 ◦ blue 128

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

Shades of Cranberry #CF4A80

Tints of Cranberry #CF4A80

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.09%

 BLUE value IS 128 (50.39% from 255) = 31.3%

R = 50.61%
G = 18.09%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CF4A80 (or 0xCF4A80) is known color: Cranberry. HEX triplet: CF, 4A and 80. RGB value is (207,74,128). Sum of RGB (Red+Green+Blue) = 207+74+128=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4A80 is #30B57F. Grayscale: #777777. Windows color (decimal): -3192192 or 8407759. OLE color: 8407759.

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

Color convert

RGB 207 74 128 -
CMYK 0 0.64 0.38 0.19
HSL 335.64º 0.58% 0.55% -
HSV(B) 335.64º 0.64% 0.81% -
XYZ 32.08 19.72 22.54 -
YUV 119.92 132.56 190.11 -
System Red Green Blue C M Y K H S L
Decimal 207 74 128 0 0.64 0.38 0.19 335.64 0.58 0.55
Hex CF 4A 80 0 40 26 13 150 3A 37
Octal 317 112 200 0 100 46 23 520 72 67
Binary 11001111 1001010 10000000 0 1000000 100110 10011 101010000 111010 110111

Color Harmonies of #CF4A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4A80

Black with #CF4A80

Text Example


Text Example

White with #CF4A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4A80; }

 p { color: rgb(207,74,128); }

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

background-color css

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

 a { background-color: rgb(207,74,128); }

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

border-color css

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

 span { border-color: rgb(207,74,128); }

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