Html Css Color HEX #C2015A Jazzberry Jam

📋 copy color: '#C2015A'

red 194 ◦ green 1 ◦ blue 90

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

Shades of Jazzberry Jam #C2015A

Tints of Jazzberry Jam #C2015A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 90 (35.55% from 255) = 31.58%

R = 68.07%
G = 0.35%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2015A (or 0xC2015A) is known color: Jazzberry Jam. HEX triplet: C2, 01 and 5A. RGB value is (194,1,90). Sum of RGB (Red+Green+Blue) = 194+1+90=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C2015A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2015A is #3DFEA5. Grayscale: #444444. Windows color (decimal): -4062886 or 5898690. OLE color: 5898690.

HSL color Cylindrical-coordinate representation of color #C2015A: hue angle of 332.33º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2015A is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 1 90 -
CMYK 0 0.99 0.54 0.24
HSL 332.33º 0.99% 0.38% -
HSV(B) 332.33º 0.99% 0.76% -
XYZ 24.1 12.23 10.76 -
YUV 68.85 139.94 217.26 -
System Red Green Blue C M Y K H S L
Decimal 194 1 90 0 0.99 0.54 0.24 332.33 0.99 0.38
Hex C2 1 5A 0 63 36 18 14C 63 26
Octal 302 1 132 0 143 66 30 514 143 46
Binary 11000010 1 1011010 0 1100011 110110 11000 101001100 1100011 100110

Color Harmonies of #C2015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2015A

Black with #C2015A

Text Example


Text Example

White with #C2015A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2015A; }

 p { color: rgb(194,1,90); }

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

background-color css

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

 a { background-color: rgb(194,1,90); }

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

border-color css

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

 span { border-color: rgb(194,1,90); }

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