Html Css Color HEX #C00D5D Jazzberry Jam

📋 copy color: '#C00D5D'

red 192 ◦ green 13 ◦ blue 93

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

Shades of Jazzberry Jam #C00D5D

Tints of Jazzberry Jam #C00D5D

RGB

 RED value IS 192 (75.39% from 255) = 64.43%

 GREEN value IS 13 (5.47% from 255) = 4.36%

 BLUE value IS 93 (36.72% from 255) = 31.21%

R = 64.43%
G = 4.36%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C00D5D (or 0xC00D5D) is known color: Jazzberry Jam. HEX triplet: C0, 0D and 5D. RGB value is (192,13,93). Sum of RGB (Red+Green+Blue) = 192+13+93=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C00D5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00D5D is #3FF2A2. Grayscale: #4B4B4B. Windows color (decimal): -4190883 or 6098368. OLE color: 6098368.

HSL color Cylindrical-coordinate representation of color #C00D5D: hue angle of 333.18º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00D5D is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 13 93 -
CMYK 0 0.93 0.52 0.25
HSL 333.18º 0.87% 0.4% -
HSV(B) 333.18º 0.93% 0.75% -
XYZ 23.86 12.28 11.47 -
YUV 75.64 137.8 211 -
System Red Green Blue C M Y K H S L
Decimal 192 13 93 0 0.93 0.52 0.25 333.18 0.87 0.4
Hex C0 D 5D 0 5D 34 19 14D 57 28
Octal 300 15 135 0 135 64 31 515 127 50
Binary 11000000 1101 1011101 0 1011101 110100 11001 101001101 1010111 101000

Color Harmonies of #C00D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00D5D

Black with #C00D5D

Text Example


Text Example

White with #C00D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00D5D; }

 p { color: rgb(192,13,93); }

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

background-color css

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

 a { background-color: rgb(192,13,93); }

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

border-color css

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

 span { border-color: rgb(192,13,93); }

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