Html Css Color HEX #C10268 Jazzberry Jam

📋 copy color: '#C10268'

red 193 ◦ green 2 ◦ blue 104

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

Shades of Jazzberry Jam #C10268

Tints of Jazzberry Jam #C10268

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 64.55%
G = 0.67%
B = 34.78%

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

#C10268 (or 0xC10268) is known color: Jazzberry Jam. HEX triplet: C1, 02 and 68. RGB value is (193,2,104). Sum of RGB (Red+Green+Blue) = 193+2+104=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C10268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10268 is #3EFD97. Grayscale: #464646. Windows color (decimal): -4128152 or 6816449. OLE color: 6816449.

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

Color convert

RGB 193 2 104 -
CMYK 0 0.99 0.46 0.24
HSL 327.96º 0.98% 0.38% -
HSV(B) 327.96º 0.99% 0.76% -
XYZ 24.51 12.38 14.19 -
YUV 70.74 146.78 215.21 -
System Red Green Blue C M Y K H S L
Decimal 193 2 104 0 0.99 0.46 0.24 327.96 0.98 0.38
Hex C1 2 68 0 63 2E 18 148 62 26
Octal 301 2 150 0 143 56 30 510 142 46
Binary 11000001 10 1101000 0 1100011 101110 11000 101001000 1100010 100110

Color Harmonies of #C10268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10268

Black with #C10268

Text Example


Text Example

White with #C10268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10268; }

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

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

background-color css

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

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

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

border-color css

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

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

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