Html Css Color HEX #C3065E Jazzberry Jam

📋 copy color: '#C3065E'

red 195 ◦ green 6 ◦ blue 94

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

Shades of Jazzberry Jam #C3065E

Tints of Jazzberry Jam #C3065E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.03%

 BLUE value IS 94 (37.11% from 255) = 31.86%

R = 66.1%
G = 2.03%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3065E (or 0xC3065E) is known color: Jazzberry Jam. HEX triplet: C3, 06 and 5E. RGB value is (195,6,94). Sum of RGB (Red+Green+Blue) = 195+6+94=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C3065E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3065E is #3CF9A1. Grayscale: #484848. Windows color (decimal): -3996066 or 6162115. OLE color: 6162115.

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

Color convert

RGB 195 6 94 -
CMYK 0 0.97 0.52 0.24
HSL 332.06º 0.94% 0.39% -
HSV(B) 332.06º 0.97% 0.76% -
XYZ 24.59 12.54 11.71 -
YUV 72.54 140.12 215.34 -
System Red Green Blue C M Y K H S L
Decimal 195 6 94 0 0.97 0.52 0.24 332.06 0.94 0.39
Hex C3 6 5E 0 61 34 18 14C 5E 27
Octal 303 6 136 0 141 64 30 514 136 47
Binary 11000011 110 1011110 0 1100001 110100 11000 101001100 1011110 100111

Color Harmonies of #C3065E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3065E

Black with #C3065E

Text Example


Text Example

White with #C3065E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3065E; }

 p { color: rgb(195,6,94); }

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

background-color css

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

 a { background-color: rgb(195,6,94); }

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

border-color css

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

 span { border-color: rgb(195,6,94); }

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