Html Css Color HEX #C10654 Jazzberry Jam

📋 copy color: '#C10654'

red 193 ◦ green 6 ◦ blue 84

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

Shades of Jazzberry Jam #C10654

Tints of Jazzberry Jam #C10654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 29.68%

R = 68.2%
G = 2.12%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C10654 (or 0xC10654) is known color: Jazzberry Jam. HEX triplet: C1, 06 and 54. RGB value is (193,6,84). Sum of RGB (Red+Green+Blue) = 193+6+84=283 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.20% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 193 - color contains mainly: red. Hex color #C10654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10654 is #3EF9AB. Grayscale: #464646. Windows color (decimal): -4127148 or 5506753. OLE color: 5506753.

HSL color Cylindrical-coordinate representation of color #C10654: hue angle of 334.97º 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 #C10654 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 6 84 -
CMYK 0 0.97 0.56 0.24
HSL 334.97º 0.94% 0.39% -
HSV(B) 334.97º 0.97% 0.76% -
XYZ 23.66 12.11 9.48 -
YUV 70.81 135.45 215.16 -
System Red Green Blue C M Y K H S L
Decimal 193 6 84 0 0.97 0.56 0.24 334.97 0.94 0.39
Hex C1 6 54 0 61 38 18 14F 5E 27
Octal 301 6 124 0 141 70 30 517 136 47
Binary 11000001 110 1010100 0 1100001 111000 11000 101001111 1011110 100111

Color Harmonies of #C10654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10654

Black with #C10654

Text Example


Text Example

White with #C10654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10654; }

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

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

background-color css

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

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

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

border-color css

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

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

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