Html Css Color HEX #C30262 Jazzberry Jam

📋 copy color: '#C30262'

red 195 ◦ green 2 ◦ blue 98

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

Shades of Jazzberry Jam #C30262

Tints of Jazzberry Jam #C30262

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 98 (38.67% from 255) = 33.22%

R = 66.1%
G = 0.68%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C30262 (or 0xC30262) is known color: Jazzberry Jam. HEX triplet: C3, 02 and 62. RGB value is (195,2,98). Sum of RGB (Red+Green+Blue) = 195+2+98=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C30262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30262 is #3CFD9D. Grayscale: #464646. Windows color (decimal): -3997086 or 6423235. OLE color: 6423235.

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

Color convert

RGB 195 2 98 -
CMYK 0 0.99 0.50 0.24
HSL 330.16º 0.98% 0.39% -
HSV(B) 330.16º 0.99% 0.76% -
XYZ 24.73 12.53 12.67 -
YUV 70.65 143.44 216.69 -
System Red Green Blue C M Y K H S L
Decimal 195 2 98 0 0.99 0.50 0.24 330.16 0.98 0.39
Hex C3 2 62 0 63 32 18 14A 62 27
Octal 303 2 142 0 143 62 30 512 142 47
Binary 11000011 10 1100010 0 1100011 110010 11000 101001010 1100010 100111

Color Harmonies of #C30262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30262

Black with #C30262

Text Example


Text Example

White with #C30262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30262; }

 p { color: rgb(195,2,98); }

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

background-color css

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

 a { background-color: rgb(195,2,98); }

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

border-color css

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

 span { border-color: rgb(195,2,98); }

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