Html Css Color HEX #C3095F Jazzberry Jam

📋 copy color: '#C3095F'

red 195 ◦ green 9 ◦ blue 95

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

Shades of Jazzberry Jam #C3095F

Tints of Jazzberry Jam #C3095F

RGB

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

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

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

R = 65.22%
G = 3.01%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3095F (or 0xC3095F) is known color: Jazzberry Jam. HEX triplet: C3, 09 and 5F. RGB value is (195,9,95). Sum of RGB (Red+Green+Blue) = 195+9+95=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C3095F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3095F is #3CF6A0. Grayscale: #4A4A4A. Windows color (decimal): -3995297 or 6228419. OLE color: 6228419.

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

Color convert

RGB 195 9 95 -
CMYK 0 0.95 0.51 0.24
HSL 332.26º 0.91% 0.4% -
HSV(B) 332.26º 0.95% 0.76% -
XYZ 24.67 12.62 11.96 -
YUV 74.42 139.62 214.01 -
System Red Green Blue C M Y K H S L
Decimal 195 9 95 0 0.95 0.51 0.24 332.26 0.91 0.4
Hex C3 9 5F 0 5F 33 18 14C 5B 28
Octal 303 11 137 0 137 63 30 514 133 50
Binary 11000011 1001 1011111 0 1011111 110011 11000 101001100 1011011 101000

Color Harmonies of #C3095F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3095F

Black with #C3095F

Text Example


Text Example

White with #C3095F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3095F; }

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

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

background-color css

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

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

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

border-color css

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

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

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