Html Css Color HEX #C00F5A Jazzberry Jam

📋 copy color: '#C00F5A'

red 192 ◦ green 15 ◦ blue 90

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

Shades of Jazzberry Jam #C00F5A

Tints of Jazzberry Jam #C00F5A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.05%

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

R = 64.65%
G = 5.05%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C00F5A (or 0xC00F5A) is known color: Jazzberry Jam. HEX triplet: C0, 0F and 5A. RGB value is (192,15,90). Sum of RGB (Red+Green+Blue) = 192+15+90=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C00F5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00F5A is #3FF0A5. Grayscale: #4C4C4C. Windows color (decimal): -4190374 or 5902272. OLE color: 5902272.

HSL color Cylindrical-coordinate representation of color #C00F5A: hue angle of 334.58º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C00F5A is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 15 90 -
CMYK 0 0.92 0.53 0.25
HSL 334.58º 0.86% 0.41% -
HSV(B) 334.58º 0.92% 0.75% -
XYZ 23.75 12.29 10.79 -
YUV 76.47 135.64 210.4 -
System Red Green Blue C M Y K H S L
Decimal 192 15 90 0 0.92 0.53 0.25 334.58 0.86 0.41
Hex C0 F 5A 0 5C 35 19 14F 56 29
Octal 300 17 132 0 134 65 31 517 126 51
Binary 11000000 1111 1011010 0 1011100 110101 11001 101001111 1010110 101001

Color Harmonies of #C00F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00F5A

Black with #C00F5A

Text Example


Text Example

White with #C00F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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