Html Css Color HEX #C84D7B Cranberry

📋 copy color: '#C84D7B'

red 200 ◦ green 77 ◦ blue 123

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

Shades of Cranberry #C84D7B

Tints of Cranberry #C84D7B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.25%

 BLUE value IS 123 (48.44% from 255) = 30.75%

R = 50%
G = 19.25%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C84D7B (or 0xC84D7B) is known color: Cranberry. HEX triplet: C8, 4D and 7B. RGB value is (200,77,123). Sum of RGB (Red+Green+Blue) = 200+77+123=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84D7B is #37B284. Grayscale: #767676. Windows color (decimal): -3650181 or 8080840. OLE color: 8080840.

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

Color convert

RGB 200 77 123 -
CMYK 0 0.62 0.38 0.22
HSL 337.56º 0.53% 0.54% -
HSV(B) 337.56º 0.62% 0.78% -
XYZ 30.05 19.02 20.83 -
YUV 119.02 130.25 185.76 -
System Red Green Blue C M Y K H S L
Decimal 200 77 123 0 0.62 0.38 0.22 337.56 0.53 0.54
Hex C8 4D 7B 0 3E 26 16 152 35 36
Octal 310 115 173 0 76 46 26 522 65 66
Binary 11001000 1001101 1111011 0 111110 100110 10110 101010010 110101 110110

Color Harmonies of #C84D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84D7B

Black with #C84D7B

Text Example


Text Example

White with #C84D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84D7B; }

 p { color: rgb(200,77,123); }

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

background-color css

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

 a { background-color: rgb(200,77,123); }

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

border-color css

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

 span { border-color: rgb(200,77,123); }

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