Html Css Color HEX #C84E7C Cranberry

📋 copy color: '#C84E7C'

red 200 ◦ green 78 ◦ blue 124

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

Shades of Cranberry #C84E7C

Tints of Cranberry #C84E7C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.4%

 BLUE value IS 124 (48.83% from 255) = 30.85%

R = 49.75%
G = 19.4%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C84E7C (or 0xC84E7C) is known color: Cranberry. HEX triplet: C8, 4E and 7C. RGB value is (200,78,124). Sum of RGB (Red+Green+Blue) = 200+78+124=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C84E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84E7C is #37B183. Grayscale: #777777. Windows color (decimal): -3649924 or 8146632. OLE color: 8146632.

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

Color convert

RGB 200 78 124 -
CMYK 0 0.61 0.38 0.22
HSL 337.38º 0.53% 0.55% -
HSV(B) 337.38º 0.61% 0.78% -
XYZ 30.18 19.18 21.18 -
YUV 119.72 130.42 185.26 -
System Red Green Blue C M Y K H S L
Decimal 200 78 124 0 0.61 0.38 0.22 337.38 0.53 0.55
Hex C8 4E 7C 0 3D 26 16 151 35 37
Octal 310 116 174 0 75 46 26 521 65 67
Binary 11001000 1001110 1111100 0 111101 100110 10110 101010001 110101 110111

Color Harmonies of #C84E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84E7C

Black with #C84E7C

Text Example


Text Example

White with #C84E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84E7C; }

 p { color: rgb(200,78,124); }

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

background-color css

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

 a { background-color: rgb(200,78,124); }

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

border-color css

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

 span { border-color: rgb(200,78,124); }

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