Html Css Color HEX #C85780 Cranberry

📋 copy color: '#C85780'

red 200 ◦ green 87 ◦ blue 128

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

Shades of Cranberry #C85780

Tints of Cranberry #C85780

RGB

 RED value IS 200 (78.52% from 255) = 48.19%

 GREEN value IS 87 (34.38% from 255) = 20.96%

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

R = 48.19%
G = 20.96%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C85780 (or 0xC85780) is known color: Cranberry. HEX triplet: C8, 57 and 80. RGB value is (200,87,128). Sum of RGB (Red+Green+Blue) = 200+87+128=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C85780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85780 is #37A87F. Grayscale: #7D7D7D. Windows color (decimal): -3647616 or 8411080. OLE color: 8411080.

HSL color Cylindrical-coordinate representation of color #C85780: hue angle of 338.23º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85780 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 87 128 -
CMYK 0 0.56 0.36 0.22
HSL 338.23º 0.51% 0.56% -
HSV(B) 338.23º 0.57% 0.78% -
XYZ 31.12 20.65 22.77 -
YUV 125.46 129.44 181.17 -
System Red Green Blue C M Y K H S L
Decimal 200 87 128 0 0.56 0.36 0.22 338.23 0.51 0.56
Hex C8 57 80 0 38 24 16 152 33 38
Octal 310 127 200 0 70 44 26 522 63 70
Binary 11001000 1010111 10000000 0 111000 100100 10110 101010010 110011 111000

Color Harmonies of #C85780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85780

Black with #C85780

Text Example


Text Example

White with #C85780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85780; }

 p { color: rgb(200,87,128); }

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

background-color css

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

 a { background-color: rgb(200,87,128); }

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

border-color css

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

 span { border-color: rgb(200,87,128); }

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