Html Css Color HEX #C1064E Jazzberry Jam

📋 copy color: '#C1064E'

red 193 ◦ green 6 ◦ blue 78

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

Shades of Jazzberry Jam #C1064E

Tints of Jazzberry Jam #C1064E

RGB

 RED value IS 193 (75.78% from 255) = 69.68%

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

 BLUE value IS 78 (30.86% from 255) = 28.16%

R = 69.68%
G = 2.17%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1064E (or 0xC1064E) is known color: Jazzberry Jam. HEX triplet: C1, 06 and 4E. RGB value is (193,6,78). Sum of RGB (Red+Green+Blue) = 193+6+78=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C1064E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1064E is #3EF9B1. Grayscale: #464646. Windows color (decimal): -4127154 or 5113537. OLE color: 5113537.

HSL color Cylindrical-coordinate representation of color #C1064E: hue angle of 336.9º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1064E is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 6 78 -
CMYK 0 0.97 0.60 0.24
HSL 336.9º 0.94% 0.39% -
HSV(B) 336.9º 0.97% 0.76% -
XYZ 23.43 12.02 8.29 -
YUV 70.12 132.45 215.65 -
System Red Green Blue C M Y K H S L
Decimal 193 6 78 0 0.97 0.60 0.24 336.9 0.94 0.39
Hex C1 6 4E 0 61 3C 18 151 5E 27
Octal 301 6 116 0 141 74 30 521 136 47
Binary 11000001 110 1001110 0 1100001 111100 11000 101010001 1011110 100111

Color Harmonies of #C1064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1064E

Black with #C1064E

Text Example


Text Example

White with #C1064E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1064E; }

 p { color: rgb(193,6,78); }

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

background-color css

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

 a { background-color: rgb(193,6,78); }

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

border-color css

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

 span { border-color: rgb(193,6,78); }

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