Html Css Color HEX #C01268 Jazzberry Jam

📋 copy color: '#C01268'

red 192 ◦ green 18 ◦ blue 104

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

Shades of Jazzberry Jam #C01268

Tints of Jazzberry Jam #C01268

RGB

 RED value IS 192 (75.39% from 255) = 61.15%

 GREEN value IS 18 (7.42% from 255) = 5.73%

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

R = 61.15%
G = 5.73%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C01268 (or 0xC01268) is known color: Jazzberry Jam. HEX triplet: C0, 12 and 68. RGB value is (192,18,104). Sum of RGB (Red+Green+Blue) = 192+18+104=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C01268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01268 is #3FED97. Grayscale: #4F4F4F. Windows color (decimal): -4189592 or 6820544. OLE color: 6820544.

HSL color Cylindrical-coordinate representation of color #C01268: hue angle of 330.34º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01268 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 18 104 -
CMYK 0 0.91 0.46 0.25
HSL 330.34º 0.83% 0.41% -
HSV(B) 330.34º 0.91% 0.75% -
XYZ 24.45 12.64 14.25 -
YUV 79.83 141.65 208.01 -
System Red Green Blue C M Y K H S L
Decimal 192 18 104 0 0.91 0.46 0.25 330.34 0.83 0.41
Hex C0 12 68 0 5B 2E 19 14A 53 29
Octal 300 22 150 0 133 56 31 512 123 51
Binary 11000000 10010 1101000 0 1011011 101110 11001 101001010 1010011 101001

Color Harmonies of #C01268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01268

Black with #C01268

Text Example


Text Example

White with #C01268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01268; }

 p { color: rgb(192,18,104); }

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

background-color css

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

 a { background-color: rgb(192,18,104); }

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

border-color css

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

 span { border-color: rgb(192,18,104); }

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