Html Css Color HEX #C3015A Jazzberry Jam

📋 copy color: '#C3015A'

red 195 ◦ green 1 ◦ blue 90

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

Shades of Jazzberry Jam #C3015A

Tints of Jazzberry Jam #C3015A

RGB

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

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

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

R = 68.18%
G = 0.35%
B = 31.47%

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

#C3015A (or 0xC3015A) is known color: Jazzberry Jam. HEX triplet: C3, 01 and 5A. RGB value is (195,1,90). Sum of RGB (Red+Green+Blue) = 195+1+90=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C3015A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3015A is #3CFEA5. Grayscale: #444444. Windows color (decimal): -3997350 or 5898691. OLE color: 5898691.

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

Color convert

RGB 195 1 90 -
CMYK 0 0.99 0.54 0.24
HSL 332.47º 0.99% 0.38% -
HSV(B) 332.47º 0.99% 0.76% -
XYZ 24.36 12.36 10.77 -
YUV 69.15 139.77 217.76 -
System Red Green Blue C M Y K H S L
Decimal 195 1 90 0 0.99 0.54 0.24 332.47 0.99 0.38
Hex C3 1 5A 0 63 36 18 14C 63 26
Octal 303 1 132 0 143 66 30 514 143 46
Binary 11000011 1 1011010 0 1100011 110110 11000 101001100 1100011 100110

Color Harmonies of #C3015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3015A

Black with #C3015A

Text Example


Text Example

White with #C3015A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3015A; }

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

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

background-color css

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

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

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

border-color css

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

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

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