Html Css Color HEX #C10954 Jazzberry Jam

📋 copy color: '#C10954'

red 193 ◦ green 9 ◦ blue 84

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

Shades of Jazzberry Jam #C10954

Tints of Jazzberry Jam #C10954

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.15%

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

R = 67.48%
G = 3.15%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C10954 (or 0xC10954) is known color: Jazzberry Jam. HEX triplet: C1, 09 and 54. RGB value is (193,9,84). Sum of RGB (Red+Green+Blue) = 193+9+84=286 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.48% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 193 - color contains mainly: red. Hex color #C10954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10954 is #3EF6AB. Grayscale: #484848. Windows color (decimal): -4126380 or 5507521. OLE color: 5507521.

HSL color Cylindrical-coordinate representation of color #C10954: hue angle of 335.54º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10954 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 9 84 -
CMYK 0 0.95 0.56 0.24
HSL 335.54º 0.91% 0.4% -
HSV(B) 335.54º 0.95% 0.76% -
XYZ 23.69 12.17 9.49 -
YUV 72.57 134.46 213.9 -
System Red Green Blue C M Y K H S L
Decimal 193 9 84 0 0.95 0.56 0.24 335.54 0.91 0.4
Hex C1 9 54 0 5F 38 18 150 5B 28
Octal 301 11 124 0 137 70 30 520 133 50
Binary 11000001 1001 1010100 0 1011111 111000 11000 101010000 1011011 101000

Color Harmonies of #C10954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10954

Black with #C10954

Text Example


Text Example

White with #C10954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10954; }

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

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

background-color css

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

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

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

border-color css

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

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

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