Html Css Color HEX #C30169 Jazzberry Jam

📋 copy color: '#C30169'

red 195 ◦ green 1 ◦ blue 105

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

Shades of Jazzberry Jam #C30169

Tints of Jazzberry Jam #C30169

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 105 (41.41% from 255) = 34.88%

R = 64.78%
G = 0.33%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C30169 (or 0xC30169) is known color: Jazzberry Jam. HEX triplet: C3, 01 and 69. RGB value is (195,1,105). Sum of RGB (Red+Green+Blue) = 195+1+105=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C30169 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30169 is #3CFE96. Grayscale: #464646. Windows color (decimal): -3997335 or 6881731. OLE color: 6881731.

HSL color Cylindrical-coordinate representation of color #C30169: hue angle of 327.84º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C30169 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 1 105 -
CMYK 0 0.99 0.46 0.24
HSL 327.84º 0.99% 0.38% -
HSV(B) 327.84º 0.99% 0.76% -
XYZ 25.07 12.64 14.48 -
YUV 70.86 147.27 216.54 -
System Red Green Blue C M Y K H S L
Decimal 195 1 105 0 0.99 0.46 0.24 327.84 0.99 0.38
Hex C3 1 69 0 63 2E 18 148 63 26
Octal 303 1 151 0 143 56 30 510 143 46
Binary 11000011 1 1101001 0 1100011 101110 11000 101001000 1100011 100110

Color Harmonies of #C30169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30169

Black with #C30169

Text Example


Text Example

White with #C30169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30169; }

 p { color: rgb(195,1,105); }

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

background-color css

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

 a { background-color: rgb(195,1,105); }

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

border-color css

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

 span { border-color: rgb(195,1,105); }

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