Html Css Color HEX #C30767 Jazzberry Jam

📋 copy color: '#C30767'

red 195 ◦ green 7 ◦ blue 103

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

Shades of Jazzberry Jam #C30767

Tints of Jazzberry Jam #C30767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.77%

R = 63.93%
G = 2.3%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C30767 (or 0xC30767) is known color: Jazzberry Jam. HEX triplet: C3, 07 and 67. RGB value is (195,7,103). Sum of RGB (Red+Green+Blue) = 195+7+103=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C30767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30767 is #3CF898. Grayscale: #494949. Windows color (decimal): -3995801 or 6752195. OLE color: 6752195.

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

Color convert

RGB 195 7 103 -
CMYK 0 0.96 0.47 0.24
HSL 329.36º 0.93% 0.4% -
HSV(B) 329.36º 0.96% 0.76% -
XYZ 25.03 12.73 13.97 -
YUV 74.16 144.28 214.19 -
System Red Green Blue C M Y K H S L
Decimal 195 7 103 0 0.96 0.47 0.24 329.36 0.93 0.4
Hex C3 7 67 0 60 2F 18 149 5D 28
Octal 303 7 147 0 140 57 30 511 135 50
Binary 11000011 111 1100111 0 1100000 101111 11000 101001001 1011101 101000

Color Harmonies of #C30767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30767

Black with #C30767

Text Example


Text Example

White with #C30767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30767; }

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

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

background-color css

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

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

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

border-color css

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

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

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