Html Css Color HEX #C8507D Cranberry

📋 copy color: '#C8507D'

red 200 ◦ green 80 ◦ blue 125

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

Shades of Cranberry #C8507D

Tints of Cranberry #C8507D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.75%

 BLUE value IS 125 (49.22% from 255) = 30.86%

R = 49.38%
G = 19.75%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8507D (or 0xC8507D) is known color: Cranberry. HEX triplet: C8, 50 and 7D. RGB value is (200,80,125). Sum of RGB (Red+Green+Blue) = 200+80+125=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C8507D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8507D is #37AF82. Grayscale: #787878. Windows color (decimal): -3649411 or 8212680. OLE color: 8212680.

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

Color convert

RGB 200 80 125 -
CMYK 0 0.6 0.38 0.22
HSL 337.5º 0.52% 0.55% -
HSV(B) 337.5º 0.6% 0.78% -
XYZ 30.39 19.5 21.56 -
YUV 121.01 130.26 184.34 -
System Red Green Blue C M Y K H S L
Decimal 200 80 125 0 0.6 0.38 0.22 337.5 0.52 0.55
Hex C8 50 7D 0 3C 26 16 152 34 37
Octal 310 120 175 0 74 46 26 522 64 67
Binary 11001000 1010000 1111101 0 111100 100110 10110 101010010 110100 110111

Color Harmonies of #C8507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8507D

Black with #C8507D

Text Example


Text Example

White with #C8507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8507D; }

 p { color: rgb(200,80,125); }

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

background-color css

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

 a { background-color: rgb(200,80,125); }

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

border-color css

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

 span { border-color: rgb(200,80,125); }

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