Html Css Color HEX #CF5180 Cranberry

📋 copy color: '#CF5180'

red 207 ◦ green 81 ◦ blue 128

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

Shades of Cranberry #CF5180

Tints of Cranberry #CF5180

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.47%

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

R = 49.76%
G = 19.47%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CF5180 (or 0xCF5180) is known color: Cranberry. HEX triplet: CF, 51 and 80. RGB value is (207,81,128). Sum of RGB (Red+Green+Blue) = 207+81+128=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5180 is #30AE7F. Grayscale: #7B7B7B. Windows color (decimal): -3190400 or 8409551. OLE color: 8409551.

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

Color convert

RGB 207 81 128 -
CMYK 0 0.61 0.38 0.19
HSL 337.62º 0.57% 0.56% -
HSV(B) 337.62º 0.61% 0.81% -
XYZ 32.57 20.71 22.7 -
YUV 124.03 130.24 187.18 -
System Red Green Blue C M Y K H S L
Decimal 207 81 128 0 0.61 0.38 0.19 337.62 0.57 0.56
Hex CF 51 80 0 3D 26 13 152 39 38
Octal 317 121 200 0 75 46 23 522 71 70
Binary 11001111 1010001 10000000 0 111101 100110 10011 101010010 111001 111000

Color Harmonies of #CF5180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5180

Black with #CF5180

Text Example


Text Example

White with #CF5180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5180; }

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

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

background-color css

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

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

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

border-color css

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

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

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