Html Css Color HEX #C2095F Jazzberry Jam

📋 copy color: '#C2095F'

red 194 ◦ green 9 ◦ blue 95

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

Shades of Jazzberry Jam #C2095F

Tints of Jazzberry Jam #C2095F

RGB

 RED value IS 194 (76.17% from 255) = 65.1%

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

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

R = 65.1%
G = 3.02%
B = 31.88%

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

#C2095F (or 0xC2095F) is known color: Jazzberry Jam. HEX triplet: C2, 09 and 5F. RGB value is (194,9,95). Sum of RGB (Red+Green+Blue) = 194+9+95=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C2095F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2095F is #3DF6A0. Grayscale: #494949. Windows color (decimal): -4060833 or 6228418. OLE color: 6228418.

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

Color convert

RGB 194 9 95 -
CMYK 0 0.95 0.51 0.24
HSL 332.11º 0.91% 0.4% -
HSV(B) 332.11º 0.95% 0.76% -
XYZ 24.41 12.49 11.95 -
YUV 74.12 139.79 213.51 -
System Red Green Blue C M Y K H S L
Decimal 194 9 95 0 0.95 0.51 0.24 332.11 0.91 0.4
Hex C2 9 5F 0 5F 33 18 14C 5B 28
Octal 302 11 137 0 137 63 30 514 133 50
Binary 11000010 1001 1011111 0 1011111 110011 11000 101001100 1011011 101000

Color Harmonies of #C2095F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2095F

Black with #C2095F

Text Example


Text Example

White with #C2095F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2095F; }

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

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

background-color css

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

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

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

border-color css

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

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

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