Html Css Color HEX #C3075F Jazzberry Jam

📋 copy color: '#C3075F'

red 195 ◦ green 7 ◦ blue 95

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

Shades of Jazzberry Jam #C3075F

Tints of Jazzberry Jam #C3075F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.36%

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

R = 65.66%
G = 2.36%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3075F (or 0xC3075F) is known color: Jazzberry Jam. HEX triplet: C3, 07 and 5F. RGB value is (195,7,95). Sum of RGB (Red+Green+Blue) = 195+7+95=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C3075F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3075F is #3CF8A0. Grayscale: #494949. Windows color (decimal): -3995809 or 6227907. OLE color: 6227907.

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

Color convert

RGB 195 7 95 -
CMYK 0 0.96 0.51 0.24
HSL 331.91º 0.93% 0.4% -
HSV(B) 331.91º 0.96% 0.76% -
XYZ 24.65 12.58 11.96 -
YUV 73.24 140.28 214.84 -
System Red Green Blue C M Y K H S L
Decimal 195 7 95 0 0.96 0.51 0.24 331.91 0.93 0.4
Hex C3 7 5F 0 60 33 18 14C 5D 28
Octal 303 7 137 0 140 63 30 514 135 50
Binary 11000011 111 1011111 0 1100000 110011 11000 101001100 1011101 101000

Color Harmonies of #C3075F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3075F

Black with #C3075F

Text Example


Text Example

White with #C3075F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3075F; }

 p { color: rgb(195,7,95); }

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

background-color css

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

 a { background-color: rgb(195,7,95); }

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

border-color css

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

 span { border-color: rgb(195,7,95); }

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