Html Css Color HEX #C3035C Jazzberry Jam

📋 copy color: '#C3035C'

red 195 ◦ green 3 ◦ blue 92

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

Shades of Jazzberry Jam #C3035C

Tints of Jazzberry Jam #C3035C

RGB

 RED value IS 195 (76.56% from 255) = 67.24%

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

 BLUE value IS 92 (36.33% from 255) = 31.72%

R = 67.24%
G = 1.03%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3035C (or 0xC3035C) is known color: Jazzberry Jam. HEX triplet: C3, 03 and 5C. RGB value is (195,3,92). Sum of RGB (Red+Green+Blue) = 195+3+92=290 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.24% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 195 - color contains mainly: red. Hex color #C3035C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3035C is #3CFCA3. Grayscale: #464646. Windows color (decimal): -3996836 or 6030275. OLE color: 6030275.

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

Color convert

RGB 195 3 92 -
CMYK 0 0.98 0.53 0.24
HSL 332.19º 0.97% 0.39% -
HSV(B) 332.19º 0.98% 0.76% -
XYZ 24.47 12.44 11.24 -
YUV 70.55 140.11 216.76 -
System Red Green Blue C M Y K H S L
Decimal 195 3 92 0 0.98 0.53 0.24 332.19 0.97 0.39
Hex C3 3 5C 0 62 35 18 14C 61 27
Octal 303 3 134 0 142 65 30 514 141 47
Binary 11000011 11 1011100 0 1100010 110101 11000 101001100 1100001 100111

Color Harmonies of #C3035C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3035C

Black with #C3035C

Text Example


Text Example

White with #C3035C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3035C; }

 p { color: rgb(195,3,92); }

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

background-color css

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

 a { background-color: rgb(195,3,92); }

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

border-color css

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

 span { border-color: rgb(195,3,92); }

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