Html Css Color HEX #C8567D Cranberry

📋 copy color: '#C8567D'

red 200 ◦ green 86 ◦ blue 125

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

Shades of Cranberry #C8567D

Tints of Cranberry #C8567D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.92%

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

R = 48.66%
G = 20.92%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8567D (or 0xC8567D) is known color: Cranberry. HEX triplet: C8, 56 and 7D. RGB value is (200,86,125). Sum of RGB (Red+Green+Blue) = 200+86+125=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8567D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8567D is #37A982. Grayscale: #7C7C7C. Windows color (decimal): -3647875 or 8214216. OLE color: 8214216.

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

Color convert

RGB 200 86 125 -
CMYK 0 0.57 0.38 0.22
HSL 339.47º 0.51% 0.56% -
HSV(B) 339.47º 0.57% 0.78% -
XYZ 30.85 20.42 21.72 -
YUV 124.53 128.27 181.83 -
System Red Green Blue C M Y K H S L
Decimal 200 86 125 0 0.57 0.38 0.22 339.47 0.51 0.56
Hex C8 56 7D 0 39 26 16 153 33 38
Octal 310 126 175 0 71 46 26 523 63 70
Binary 11001000 1010110 1111101 0 111001 100110 10110 101010011 110011 111000

Color Harmonies of #C8567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8567D

Black with #C8567D

Text Example


Text Example

White with #C8567D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8567D; }

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

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

background-color css

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

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

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

border-color css

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

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

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