Html Css Color HEX #C85A80 Cranberry

📋 copy color: '#C85A80'

red 200 ◦ green 90 ◦ blue 128

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

Shades of Cranberry #C85A80

Tints of Cranberry #C85A80

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.53%

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

R = 47.85%
G = 21.53%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C85A80 (or 0xC85A80) is known color: Cranberry. HEX triplet: C8, 5A and 80. RGB value is (200,90,128). Sum of RGB (Red+Green+Blue) = 200+90+128=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85A80 is #37A57F. Grayscale: #7F7F7F. Windows color (decimal): -3646848 or 8411848. OLE color: 8411848.

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

Color convert

RGB 200 90 128 -
CMYK 0 0.55 0.36 0.22
HSL 339.27º 0.5% 0.57% -
HSV(B) 339.27º 0.55% 0.78% -
XYZ 31.37 21.15 22.85 -
YUV 127.22 128.44 179.91 -
System Red Green Blue C M Y K H S L
Decimal 200 90 128 0 0.55 0.36 0.22 339.27 0.5 0.57
Hex C8 5A 80 0 37 24 16 153 32 39
Octal 310 132 200 0 67 44 26 523 62 71
Binary 11001000 1011010 10000000 0 110111 100100 10110 101010011 110010 111001

Color Harmonies of #C85A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A80

Black with #C85A80

Text Example


Text Example

White with #C85A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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