Html Css Color HEX #C30B65 Jazzberry Jam

📋 copy color: '#C30B65'

red 195 ◦ green 11 ◦ blue 101

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

Shades of Jazzberry Jam #C30B65

Tints of Jazzberry Jam #C30B65

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.58%

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

R = 63.52%
G = 3.58%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C30B65 (or 0xC30B65) is known color: Jazzberry Jam. HEX triplet: C3, 0B and 65. RGB value is (195,11,101). Sum of RGB (Red+Green+Blue) = 195+11+101=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30B65 is #3CF49A. Grayscale: #4C4C4C. Windows color (decimal): -3994779 or 6622147. OLE color: 6622147.

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

Color convert

RGB 195 11 101 -
CMYK 0 0.94 0.48 0.24
HSL 330.65º 0.89% 0.4% -
HSV(B) 330.65º 0.94% 0.76% -
XYZ 24.97 12.78 13.46 -
YUV 76.28 141.96 212.68 -
System Red Green Blue C M Y K H S L
Decimal 195 11 101 0 0.94 0.48 0.24 330.65 0.89 0.4
Hex C3 B 65 0 5E 30 18 14B 59 28
Octal 303 13 145 0 136 60 30 513 131 50
Binary 11000011 1011 1100101 0 1011110 110000 11000 101001011 1011001 101000

Color Harmonies of #C30B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30B65

Black with #C30B65

Text Example


Text Example

White with #C30B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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