Html Css Color HEX #C30765 Jazzberry Jam

📋 copy color: '#C30765'

red 195 ◦ green 7 ◦ blue 101

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

Shades of Jazzberry Jam #C30765

Tints of Jazzberry Jam #C30765

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.31%

 BLUE value IS 101 (39.84% from 255) = 33.33%

R = 64.36%
G = 2.31%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C30765 (or 0xC30765) is known color: Jazzberry Jam. HEX triplet: C3, 07 and 65. RGB value is (195,7,101). Sum of RGB (Red+Green+Blue) = 195+7+101=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C30765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30765 is #3CF89A. Grayscale: #494949. Windows color (decimal): -3995803 or 6621123. OLE color: 6621123.

HSL color Cylindrical-coordinate representation of color #C30765: hue angle of 330º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30765 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 7 101 -
CMYK 0 0.96 0.48 0.24
HSL 330º 0.93% 0.4% -
HSV(B) 330º 0.96% 0.76% -
XYZ 24.93 12.69 13.45 -
YUV 73.93 143.28 214.36 -
System Red Green Blue C M Y K H S L
Decimal 195 7 101 0 0.96 0.48 0.24 330 0.93 0.4
Hex C3 7 65 0 60 30 18 14A 5D 28
Octal 303 7 145 0 140 60 30 512 135 50
Binary 11000011 111 1100101 0 1100000 110000 11000 101001010 1011101 101000

Color Harmonies of #C30765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30765

Black with #C30765

Text Example


Text Example

White with #C30765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30765; }

 p { color: rgb(195,7,101); }

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

background-color css

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

 a { background-color: rgb(195,7,101); }

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

border-color css

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

 span { border-color: rgb(195,7,101); }

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