Html Css Color HEX #C10A68 Jazzberry Jam

📋 copy color: '#C10A68'

red 193 ◦ green 10 ◦ blue 104

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

Shades of Jazzberry Jam #C10A68

Tints of Jazzberry Jam #C10A68

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.26%

 BLUE value IS 104 (41.02% from 255) = 33.88%

R = 62.87%
G = 3.26%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C10A68 (or 0xC10A68) is known color: Jazzberry Jam. HEX triplet: C1, 0A and 68. RGB value is (193,10,104). Sum of RGB (Red+Green+Blue) = 193+10+104=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10A68 is #3EF597. Grayscale: #4B4B4B. Windows color (decimal): -4126104 or 6818497. OLE color: 6818497.

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

Color convert

RGB 193 10 104 -
CMYK 0 0.95 0.46 0.24
HSL 329.18º 0.9% 0.4% -
HSV(B) 329.18º 0.95% 0.76% -
XYZ 24.6 12.55 14.22 -
YUV 75.43 144.13 211.86 -
System Red Green Blue C M Y K H S L
Decimal 193 10 104 0 0.95 0.46 0.24 329.18 0.9 0.4
Hex C1 A 68 0 5F 2E 18 149 5A 28
Octal 301 12 150 0 137 56 30 511 132 50
Binary 11000001 1010 1101000 0 1011111 101110 11000 101001001 1011010 101000

Color Harmonies of #C10A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10A68

Black with #C10A68

Text Example


Text Example

White with #C10A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10A68; }

 p { color: rgb(193,10,104); }

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

background-color css

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

 a { background-color: rgb(193,10,104); }

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

border-color css

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

 span { border-color: rgb(193,10,104); }

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