Html Css Color HEX #C0004C Jazzberry Jam

📋 copy color: '#C0004C'

red 192 ◦ green 0 ◦ blue 76

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

Shades of Jazzberry Jam #C0004C

Tints of Jazzberry Jam #C0004C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 76 (30.08% from 255) = 28.36%

R = 71.64%
G = 0%
B = 28.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0004C (or 0xC0004C) is known color: Jazzberry Jam. HEX triplet: C0, 00 and 4C. RGB value is (192,0,76). Sum of RGB (Red+Green+Blue) = 192+0+76=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C0004C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0004C is #3FFFB3. Grayscale: #414141. Windows color (decimal): -4194228 or 4980928. OLE color: 4980928.

HSL color Cylindrical-coordinate representation of color #C0004C: hue angle of 336.25º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0004C is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 0 76 -
CMYK 0 1 0.60 0.25
HSL 336.25º 1% 0.38% -
HSV(B) 336.25º 1% 0.75% -
XYZ 23.04 11.73 7.89 -
YUV 66.07 133.61 217.82 -
System Red Green Blue C M Y K H S L
Decimal 192 0 76 0 1 0.60 0.25 336.25 1 0.38
Hex C0 0 4C 0 64 3C 19 150 64 26
Octal 300 0 114 0 144 74 31 520 144 46
Binary 11000000 0 1001100 0 1100100 111100 11001 101010000 1100100 100110

Color Harmonies of #C0004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0004C

Black with #C0004C

Text Example


Text Example

White with #C0004C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0004C; }

 p { color: rgb(192,0,76); }

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

background-color css

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

 a { background-color: rgb(192,0,76); }

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

border-color css

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

 span { border-color: rgb(192,0,76); }

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