Html Css Color HEX #C00350 Jazzberry Jam

📋 copy color: '#C00350'

red 192 ◦ green 3 ◦ blue 80

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

Shades of Jazzberry Jam #C00350

Tints of Jazzberry Jam #C00350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

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

R = 69.82%
G = 1.09%
B = 29.09%

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

#C00350 (or 0xC00350) is known color: Jazzberry Jam. HEX triplet: C0, 03 and 50. RGB value is (192,3,80). Sum of RGB (Red+Green+Blue) = 192+3+80=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C00350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00350 is #3FFCAF. Grayscale: #444444. Windows color (decimal): -4193456 or 5243840. OLE color: 5243840.

HSL color Cylindrical-coordinate representation of color #C00350: hue angle of 335.56º degrees, saturation: 0.97, 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 #C00350 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 3 80 -
CMYK 0 0.98 0.58 0.25
HSL 335.56º 0.97% 0.38% -
HSV(B) 335.56º 0.98% 0.75% -
XYZ 23.22 11.85 8.65 -
YUV 68.29 134.62 216.24 -
System Red Green Blue C M Y K H S L
Decimal 192 3 80 0 0.98 0.58 0.25 335.56 0.97 0.38
Hex C0 3 50 0 62 3A 19 150 61 26
Octal 300 3 120 0 142 72 31 520 141 46
Binary 11000000 11 1010000 0 1100010 111010 11001 101010000 1100001 100110

Color Harmonies of #C00350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00350

Black with #C00350

Text Example


Text Example

White with #C00350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00350; }

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

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

background-color css

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

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

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

border-color css

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

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

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