Html Css Color HEX #C00450 Jazzberry Jam

📋 copy color: '#C00450'

red 192 ◦ green 4 ◦ blue 80

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

Shades of Jazzberry Jam #C00450

Tints of Jazzberry Jam #C00450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

 BLUE value IS 80 (31.64% from 255) = 28.99%

R = 69.57%
G = 1.45%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C00450 (or 0xC00450) is known color: Jazzberry Jam. HEX triplet: C0, 04 and 50. RGB value is (192,4,80). Sum of RGB (Red+Green+Blue) = 192+4+80=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C00450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00450 is #3FFBAF. Grayscale: #444444. Windows color (decimal): -4193200 or 5244096. OLE color: 5244096.

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

Color convert

RGB 192 4 80 -
CMYK 0 0.98 0.58 0.25
HSL 335.74º 0.96% 0.38% -
HSV(B) 335.74º 0.98% 0.75% -
XYZ 23.23 11.87 8.66 -
YUV 68.88 134.28 215.82 -
System Red Green Blue C M Y K H S L
Decimal 192 4 80 0 0.98 0.58 0.25 335.74 0.96 0.38
Hex C0 4 50 0 62 3A 19 150 60 26
Octal 300 4 120 0 142 72 31 520 140 46
Binary 11000000 100 1010000 0 1100010 111010 11001 101010000 1100000 100110

Color Harmonies of #C00450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00450

Black with #C00450

Text Example


Text Example

White with #C00450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00450; }

 p { color: rgb(192,4,80); }

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

background-color css

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

 a { background-color: rgb(192,4,80); }

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

border-color css

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

 span { border-color: rgb(192,4,80); }

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