Html Css Color HEX #C00656 Jazzberry Jam

📋 copy color: '#C00656'

red 192 ◦ green 6 ◦ blue 86

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

Shades of Jazzberry Jam #C00656

Tints of Jazzberry Jam #C00656

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.11%

 BLUE value IS 86 (33.98% from 255) = 30.28%

R = 67.61%
G = 2.11%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C00656 (or 0xC00656) is known color: Jazzberry Jam. HEX triplet: C0, 06 and 56. RGB value is (192,6,86). Sum of RGB (Red+Green+Blue) = 192+6+86=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C00656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00656 is #3FF9A9. Grayscale: #464646. Windows color (decimal): -4192682 or 5637824. OLE color: 5637824.

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

Color convert

RGB 192 6 86 -
CMYK 0 0.97 0.55 0.25
HSL 334.19º 0.94% 0.39% -
HSV(B) 334.19º 0.97% 0.75% -
XYZ 23.48 12.01 9.88 -
YUV 70.73 136.62 214.5 -
System Red Green Blue C M Y K H S L
Decimal 192 6 86 0 0.97 0.55 0.25 334.19 0.94 0.39
Hex C0 6 56 0 61 37 19 14E 5E 27
Octal 300 6 126 0 141 67 31 516 136 47
Binary 11000000 110 1010110 0 1100001 110111 11001 101001110 1011110 100111

Color Harmonies of #C00656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00656

Black with #C00656

Text Example


Text Example

White with #C00656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00656; }

 p { color: rgb(192,6,86); }

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

background-color css

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

 a { background-color: rgb(192,6,86); }

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

border-color css

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

 span { border-color: rgb(192,6,86); }

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