Html Css Color HEX #C30662 Jazzberry Jam

📋 copy color: '#C30662'

red 195 ◦ green 6 ◦ blue 98

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

Shades of Jazzberry Jam #C30662

Tints of Jazzberry Jam #C30662

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.01%

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

R = 65.22%
G = 2.01%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C30662 (or 0xC30662) is known color: Jazzberry Jam. HEX triplet: C3, 06 and 62. RGB value is (195,6,98). Sum of RGB (Red+Green+Blue) = 195+6+98=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C30662 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30662 is #3CF99D. Grayscale: #484848. Windows color (decimal): -3996062 or 6424259. OLE color: 6424259.

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

Color convert

RGB 195 6 98 -
CMYK 0 0.97 0.50 0.24
HSL 330.79º 0.94% 0.39% -
HSV(B) 330.79º 0.97% 0.76% -
XYZ 24.78 12.61 12.68 -
YUV 73 142.12 215.02 -
System Red Green Blue C M Y K H S L
Decimal 195 6 98 0 0.97 0.50 0.24 330.79 0.94 0.39
Hex C3 6 62 0 61 32 18 14B 5E 27
Octal 303 6 142 0 141 62 30 513 136 47
Binary 11000011 110 1100010 0 1100001 110010 11000 101001011 1011110 100111

Color Harmonies of #C30662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30662

Black with #C30662

Text Example


Text Example

White with #C30662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30662; }

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

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

background-color css

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

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

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

border-color css

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

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

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