Html Css Color HEX #C1035F Jazzberry Jam

📋 copy color: '#C1035F'

red 193 ◦ green 3 ◦ blue 95

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

Shades of Jazzberry Jam #C1035F

Tints of Jazzberry Jam #C1035F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

 BLUE value IS 95 (37.5% from 255) = 32.65%

R = 66.32%
G = 1.03%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1035F (or 0xC1035F) is known color: Jazzberry Jam. HEX triplet: C1, 03 and 5F. RGB value is (193,3,95). Sum of RGB (Red+Green+Blue) = 193+3+95=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C1035F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1035F is #3EFCA0. Grayscale: #464646. Windows color (decimal): -4127905 or 6226881. OLE color: 6226881.

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

Color convert

RGB 193 3 95 -
CMYK 0 0.98 0.51 0.24
HSL 330.95º 0.97% 0.38% -
HSV(B) 330.95º 0.98% 0.76% -
XYZ 24.09 12.23 11.92 -
YUV 70.3 141.95 215.52 -
System Red Green Blue C M Y K H S L
Decimal 193 3 95 0 0.98 0.51 0.24 330.95 0.97 0.38
Hex C1 3 5F 0 62 33 18 14B 61 26
Octal 301 3 137 0 142 63 30 513 141 46
Binary 11000001 11 1011111 0 1100010 110011 11000 101001011 1100001 100110

Color Harmonies of #C1035F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1035F

Black with #C1035F

Text Example


Text Example

White with #C1035F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1035F; }

 p { color: rgb(193,3,95); }

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

background-color css

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

 a { background-color: rgb(193,3,95); }

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

border-color css

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

 span { border-color: rgb(193,3,95); }

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