Html Css Color HEX #C30967 Jazzberry Jam

📋 copy color: '#C30967'

red 195 ◦ green 9 ◦ blue 103

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

Shades of Jazzberry Jam #C30967

Tints of Jazzberry Jam #C30967

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.93%

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

R = 63.52%
G = 2.93%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C30967 (or 0xC30967) is known color: Jazzberry Jam. HEX triplet: C3, 09 and 67. RGB value is (195,9,103). Sum of RGB (Red+Green+Blue) = 195+9+103=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C30967 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30967 is #3CF698. Grayscale: #4B4B4B. Windows color (decimal): -3995289 or 6752707. OLE color: 6752707.

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

Color convert

RGB 195 9 103 -
CMYK 0 0.95 0.47 0.24
HSL 329.68º 0.91% 0.4% -
HSV(B) 329.68º 0.95% 0.76% -
XYZ 25.05 12.78 13.98 -
YUV 75.33 143.62 213.36 -
System Red Green Blue C M Y K H S L
Decimal 195 9 103 0 0.95 0.47 0.24 329.68 0.91 0.4
Hex C3 9 67 0 5F 2F 18 14A 5B 28
Octal 303 11 147 0 137 57 30 512 133 50
Binary 11000011 1001 1100111 0 1011111 101111 11000 101001010 1011011 101000

Color Harmonies of #C30967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30967

Black with #C30967

Text Example


Text Example

White with #C30967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30967; }

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

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

background-color css

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

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

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

border-color css

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

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

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