Html Css Color HEX #C0055B Jazzberry Jam

📋 copy color: '#C0055B'

red 192 ◦ green 5 ◦ blue 91

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

Shades of Jazzberry Jam #C0055B

Tints of Jazzberry Jam #C0055B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.74%

 BLUE value IS 91 (35.94% from 255) = 31.6%

R = 66.67%
G = 1.74%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0055B (or 0xC0055B) is known color: Jazzberry Jam. HEX triplet: C0, 05 and 5B. RGB value is (192,5,91). Sum of RGB (Red+Green+Blue) = 192+5+91=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C0055B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0055B is #3FFAA4. Grayscale: #464646. Windows color (decimal): -4192933 or 5965248. OLE color: 5965248.

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

Color convert

RGB 192 5 91 -
CMYK 0 0.97 0.53 0.25
HSL 332.41º 0.95% 0.39% -
HSV(B) 332.41º 0.97% 0.75% -
XYZ 23.68 12.07 10.98 -
YUV 70.72 139.45 214.51 -
System Red Green Blue C M Y K H S L
Decimal 192 5 91 0 0.97 0.53 0.25 332.41 0.95 0.39
Hex C0 5 5B 0 61 35 19 14C 5F 27
Octal 300 5 133 0 141 65 31 514 137 47
Binary 11000000 101 1011011 0 1100001 110101 11001 101001100 1011111 100111

Color Harmonies of #C0055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0055B

Black with #C0055B

Text Example


Text Example

White with #C0055B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0055B; }

 p { color: rgb(192,5,91); }

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

background-color css

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

 a { background-color: rgb(192,5,91); }

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

border-color css

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

 span { border-color: rgb(192,5,91); }

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