Html Css Color HEX #C10E67 Jazzberry Jam

📋 copy color: '#C10E67'

red 193 ◦ green 14 ◦ blue 103

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

Shades of Jazzberry Jam #C10E67

Tints of Jazzberry Jam #C10E67

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.52%

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

R = 62.26%
G = 4.52%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C10E67 (or 0xC10E67) is known color: Jazzberry Jam. HEX triplet: C1, 0E and 67. RGB value is (193,14,103). Sum of RGB (Red+Green+Blue) = 193+14+103=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10E67 is #3EF198. Grayscale: #4D4D4D. Windows color (decimal): -4125081 or 6753985. OLE color: 6753985.

HSL color Cylindrical-coordinate representation of color #C10E67: hue angle of 330.17º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10E67 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 14 103 -
CMYK 0 0.93 0.47 0.24
HSL 330.17º 0.86% 0.41% -
HSV(B) 330.17º 0.93% 0.76% -
XYZ 24.6 12.63 13.97 -
YUV 77.67 142.3 210.26 -
System Red Green Blue C M Y K H S L
Decimal 193 14 103 0 0.93 0.47 0.24 330.17 0.86 0.41
Hex C1 E 67 0 5D 2F 18 14A 56 29
Octal 301 16 147 0 135 57 30 512 126 51
Binary 11000001 1110 1100111 0 1011101 101111 11000 101001010 1010110 101001

Color Harmonies of #C10E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10E67

Black with #C10E67

Text Example


Text Example

White with #C10E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10E67; }

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

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

background-color css

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

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

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

border-color css

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

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

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