Html Css Color HEX #C30667 Jazzberry Jam

📋 copy color: '#C30667'

red 195 ◦ green 6 ◦ blue 103

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

Shades of Jazzberry Jam #C30667

Tints of Jazzberry Jam #C30667

RGB

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

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

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

R = 64.14%
G = 1.97%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C30667 (or 0xC30667) is known color: Jazzberry Jam. HEX triplet: C3, 06 and 67. RGB value is (195,6,103). Sum of RGB (Red+Green+Blue) = 195+6+103=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C30667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30667 is #3CF998. Grayscale: #494949. Windows color (decimal): -3996057 or 6751939. OLE color: 6751939.

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

Color convert

RGB 195 6 103 -
CMYK 0 0.97 0.47 0.24
HSL 329.21º 0.94% 0.39% -
HSV(B) 329.21º 0.97% 0.76% -
XYZ 25.02 12.71 13.97 -
YUV 73.57 144.62 214.61 -
System Red Green Blue C M Y K H S L
Decimal 195 6 103 0 0.97 0.47 0.24 329.21 0.94 0.39
Hex C3 6 67 0 61 2F 18 149 5E 27
Octal 303 6 147 0 141 57 30 511 136 47
Binary 11000011 110 1100111 0 1100001 101111 11000 101001001 1011110 100111

Color Harmonies of #C30667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30667

Black with #C30667

Text Example


Text Example

White with #C30667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30667; }

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

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

background-color css

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

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

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

border-color css

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

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

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