Html Css Color HEX #C10667 Jazzberry Jam

📋 copy color: '#C10667'

red 193 ◦ green 6 ◦ blue 103

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

Shades of Jazzberry Jam #C10667

Tints of Jazzberry Jam #C10667

RGB

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

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

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

R = 63.91%
G = 1.99%
B = 34.11%

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

#C10667 (or 0xC10667) is known color: Jazzberry Jam. HEX triplet: C1, 06 and 67. RGB value is (193,6,103). Sum of RGB (Red+Green+Blue) = 193+6+103=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C10667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10667 is #3EF998. Grayscale: #484848. Windows color (decimal): -4127129 or 6751937. OLE color: 6751937.

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

Color convert

RGB 193 6 103 -
CMYK 0 0.97 0.47 0.24
HSL 328.88º 0.94% 0.39% -
HSV(B) 328.88º 0.97% 0.76% -
XYZ 24.51 12.45 13.94 -
YUV 72.97 144.95 213.61 -
System Red Green Blue C M Y K H S L
Decimal 193 6 103 0 0.97 0.47 0.24 328.88 0.94 0.39
Hex C1 6 67 0 61 2F 18 149 5E 27
Octal 301 6 147 0 141 57 30 511 136 47
Binary 11000001 110 1100111 0 1100001 101111 11000 101001001 1011110 100111

Color Harmonies of #C10667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10667

Black with #C10667

Text Example


Text Example

White with #C10667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10667; }

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

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

background-color css

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

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

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

border-color css

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

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

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