Html Css Color HEX #C2095E Jazzberry Jam

📋 copy color: '#C2095E'

red 194 ◦ green 9 ◦ blue 94

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

Shades of Jazzberry Jam #C2095E

Tints of Jazzberry Jam #C2095E

RGB

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

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

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

R = 65.32%
G = 3.03%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2095E (or 0xC2095E) is known color: Jazzberry Jam. HEX triplet: C2, 09 and 5E. RGB value is (194,9,94). Sum of RGB (Red+Green+Blue) = 194+9+94=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C2095E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2095E is #3DF6A1. Grayscale: #494949. Windows color (decimal): -4060834 or 6162882. OLE color: 6162882.

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

Color convert

RGB 194 9 94 -
CMYK 0 0.95 0.52 0.24
HSL 332.43º 0.91% 0.4% -
HSV(B) 332.43º 0.95% 0.76% -
XYZ 24.37 12.47 11.71 -
YUV 74.01 139.29 213.59 -
System Red Green Blue C M Y K H S L
Decimal 194 9 94 0 0.95 0.52 0.24 332.43 0.91 0.4
Hex C2 9 5E 0 5F 34 18 14C 5B 28
Octal 302 11 136 0 137 64 30 514 133 50
Binary 11000010 1001 1011110 0 1011111 110100 11000 101001100 1011011 101000

Color Harmonies of #C2095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2095E

Black with #C2095E

Text Example


Text Example

White with #C2095E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2095E; }

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

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

background-color css

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

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

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

border-color css

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

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

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