Html Css Color HEX #C0005A Jazzberry Jam

📋 copy color: '#C0005A'

red 192 ◦ green 0 ◦ blue 90

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

Shades of Jazzberry Jam #C0005A

Tints of Jazzberry Jam #C0005A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.91%

R = 68.09%
G = 0%
B = 31.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0005A (or 0xC0005A) is known color: Jazzberry Jam. HEX triplet: C0, 00 and 5A. RGB value is (192,0,90). Sum of RGB (Red+Green+Blue) = 192+0+90=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C0005A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0005A is #3FFFA5. Grayscale: #434343. Windows color (decimal): -4194214 or 5898432. OLE color: 5898432.

HSL color Cylindrical-coordinate representation of color #C0005A: hue angle of 331.88º 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 #C0005A is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 0 90 -
CMYK 0 1 0.53 0.25
HSL 331.88º 1% 0.38% -
HSV(B) 331.88º 1% 0.75% -
XYZ 23.58 11.94 10.74 -
YUV 67.67 140.61 216.68 -
System Red Green Blue C M Y K H S L
Decimal 192 0 90 0 1 0.53 0.25 331.88 1 0.38
Hex C0 0 5A 0 64 35 19 14C 64 26
Octal 300 0 132 0 144 65 31 514 144 46
Binary 11000000 0 1011010 0 1100100 110101 11001 101001100 1100100 100110

Color Harmonies of #C0005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0005A

Black with #C0005A

Text Example


Text Example

White with #C0005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0005A; }

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

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

background-color css

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

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

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

border-color css

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

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

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