Html Css Color HEX #C10167 Jazzberry Jam

📋 copy color: '#C10167'

red 193 ◦ green 1 ◦ blue 103

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

Shades of Jazzberry Jam #C10167

Tints of Jazzberry Jam #C10167

RGB

 RED value IS 193 (75.78% from 255) = 64.98%

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

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

R = 64.98%
G = 0.34%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C10167 (or 0xC10167) is known color: Jazzberry Jam. HEX triplet: C1, 01 and 67. RGB value is (193,1,103). Sum of RGB (Red+Green+Blue) = 193+1+103=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C10167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10167 is #3EFE98. Grayscale: #454545. Windows color (decimal): -4128409 or 6750657. OLE color: 6750657.

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

Color convert

RGB 193 1 103 -
CMYK 0 0.99 0.47 0.24
HSL 328.13º 0.99% 0.38% -
HSV(B) 328.13º 0.99% 0.76% -
XYZ 24.45 12.34 13.92 -
YUV 70.04 146.61 215.71 -
System Red Green Blue C M Y K H S L
Decimal 193 1 103 0 0.99 0.47 0.24 328.13 0.99 0.38
Hex C1 1 67 0 63 2F 18 148 63 26
Octal 301 1 147 0 143 57 30 510 143 46
Binary 11000001 1 1100111 0 1100011 101111 11000 101001000 1100011 100110

Color Harmonies of #C10167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10167

Black with #C10167

Text Example


Text Example

White with #C10167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10167; }

 p { color: rgb(193,1,103); }

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

background-color css

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

 a { background-color: rgb(193,1,103); }

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

border-color css

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

 span { border-color: rgb(193,1,103); }

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