Html Css Color HEX #C85E80 Cranberry

📋 copy color: '#C85E80'

red 200 ◦ green 94 ◦ blue 128

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

Shades of Cranberry #C85E80

Tints of Cranberry #C85E80

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.27%

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

R = 47.39%
G = 22.27%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C85E80 (or 0xC85E80) is known color: Cranberry. HEX triplet: C8, 5E and 80. RGB value is (200,94,128). Sum of RGB (Red+Green+Blue) = 200+94+128=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85E80 is #37A17F. Grayscale: #818181. Windows color (decimal): -3645824 or 8412872. OLE color: 8412872.

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

Color convert

RGB 200 94 128 -
CMYK 0 0.53 0.36 0.22
HSL 340.75º 0.49% 0.58% -
HSV(B) 340.75º 0.53% 0.78% -
XYZ 31.72 21.84 22.97 -
YUV 129.57 127.12 178.24 -
System Red Green Blue C M Y K H S L
Decimal 200 94 128 0 0.53 0.36 0.22 340.75 0.49 0.58
Hex C8 5E 80 0 35 24 16 155 31 3A
Octal 310 136 200 0 65 44 26 525 61 72
Binary 11001000 1011110 10000000 0 110101 100100 10110 101010101 110001 111010

Color Harmonies of #C85E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85E80

Black with #C85E80

Text Example


Text Example

White with #C85E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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