Html Css Color HEX #C00151 Jazzberry Jam

📋 copy color: '#C00151'

red 192 ◦ green 1 ◦ blue 81

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

Shades of Jazzberry Jam #C00151

Tints of Jazzberry Jam #C00151

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 81 (32.03% from 255) = 29.56%

R = 70.07%
G = 0.36%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C00151 (or 0xC00151) is known color: Jazzberry Jam. HEX triplet: C0, 01 and 51. RGB value is (192,1,81). Sum of RGB (Red+Green+Blue) = 192+1+81=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C00151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00151 is #3FFEAE. Grayscale: #434343. Windows color (decimal): -4193967 or 5308864. OLE color: 5308864.

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

Color convert

RGB 192 1 81 -
CMYK 0 0.99 0.58 0.25
HSL 334.87º 0.99% 0.38% -
HSV(B) 334.87º 0.99% 0.75% -
XYZ 23.23 11.82 8.84 -
YUV 67.23 135.78 217 -
System Red Green Blue C M Y K H S L
Decimal 192 1 81 0 0.99 0.58 0.25 334.87 0.99 0.38
Hex C0 1 51 0 63 3A 19 14F 63 26
Octal 300 1 121 0 143 72 31 517 143 46
Binary 11000000 1 1010001 0 1100011 111010 11001 101001111 1100011 100110

Color Harmonies of #C00151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00151

Black with #C00151

Text Example


Text Example

White with #C00151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00151; }

 p { color: rgb(192,1,81); }

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

background-color css

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

 a { background-color: rgb(192,1,81); }

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

border-color css

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

 span { border-color: rgb(192,1,81); }

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