Html Css Color HEX #C30666 Jazzberry Jam

📋 copy color: '#C30666'

red 195 ◦ green 6 ◦ blue 102

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

Shades of Jazzberry Jam #C30666

Tints of Jazzberry Jam #C30666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.66%

R = 64.36%
G = 1.98%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C30666 (or 0xC30666) is known color: Jazzberry Jam. HEX triplet: C3, 06 and 66. RGB value is (195,6,102). Sum of RGB (Red+Green+Blue) = 195+6+102=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C30666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30666 is #3CF999. Grayscale: #494949. Windows color (decimal): -3996058 or 6686403. OLE color: 6686403.

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

Color convert

RGB 195 6 102 -
CMYK 0 0.97 0.48 0.24
HSL 329.52º 0.94% 0.39% -
HSV(B) 329.52º 0.97% 0.76% -
XYZ 24.97 12.69 13.7 -
YUV 73.46 144.12 214.69 -
System Red Green Blue C M Y K H S L
Decimal 195 6 102 0 0.97 0.48 0.24 329.52 0.94 0.39
Hex C3 6 66 0 61 30 18 14A 5E 27
Octal 303 6 146 0 141 60 30 512 136 47
Binary 11000011 110 1100110 0 1100001 110000 11000 101001010 1011110 100111

Color Harmonies of #C30666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30666

Black with #C30666

Text Example


Text Example

White with #C30666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30666; }

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

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

background-color css

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

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

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

border-color css

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

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

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