Html Css Color HEX #C0195F Jazzberry Jam

📋 copy color: '#C0195F'

red 192 ◦ green 25 ◦ blue 95

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

Shades of Jazzberry Jam #C0195F

Tints of Jazzberry Jam #C0195F

RGB

 RED value IS 192 (75.39% from 255) = 61.54%

 GREEN value IS 25 (10.16% from 255) = 8.01%

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

R = 61.54%
G = 8.01%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0195F (or 0xC0195F) is known color: Jazzberry Jam. HEX triplet: C0, 19 and 5F. RGB value is (192,25,95). Sum of RGB (Red+Green+Blue) = 192+25+95=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C0195F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0195F is #3FE6A0. Grayscale: #525252. Windows color (decimal): -4187809 or 6232512. OLE color: 6232512.

HSL color Cylindrical-coordinate representation of color #C0195F: hue angle of 334.85º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0195F is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 25 95 -
CMYK 0 0.87 0.51 0.25
HSL 334.85º 0.77% 0.43% -
HSV(B) 334.85º 0.87% 0.75% -
XYZ 24.15 12.73 12.01 -
YUV 82.91 134.83 205.81 -
System Red Green Blue C M Y K H S L
Decimal 192 25 95 0 0.87 0.51 0.25 334.85 0.77 0.43
Hex C0 19 5F 0 57 33 19 14F 4D 2B
Octal 300 31 137 0 127 63 31 517 115 53
Binary 11000000 11001 1011111 0 1010111 110011 11001 101001111 1001101 101011

Color Harmonies of #C0195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0195F

Black with #C0195F

Text Example


Text Example

White with #C0195F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0195F; }

 p { color: rgb(192,25,95); }

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

background-color css

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

 a { background-color: rgb(192,25,95); }

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

border-color css

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

 span { border-color: rgb(192,25,95); }

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