Html Css Color HEX #C01266 Jazzberry Jam

📋 copy color: '#C01266'

red 192 ◦ green 18 ◦ blue 102

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

Shades of Jazzberry Jam #C01266

Tints of Jazzberry Jam #C01266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.69%

R = 61.54%
G = 5.77%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C01266 (or 0xC01266) is known color: Jazzberry Jam. HEX triplet: C0, 12 and 66. RGB value is (192,18,102). Sum of RGB (Red+Green+Blue) = 192+18+102=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C01266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01266 is #3FED99. Grayscale: #4F4F4F. Windows color (decimal): -4189594 or 6689472. OLE color: 6689472.

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

Color convert

RGB 192 18 102 -
CMYK 0 0.91 0.47 0.25
HSL 331.03º 0.83% 0.41% -
HSV(B) 331.03º 0.91% 0.75% -
XYZ 24.35 12.6 13.72 -
YUV 79.6 140.65 208.17 -
System Red Green Blue C M Y K H S L
Decimal 192 18 102 0 0.91 0.47 0.25 331.03 0.83 0.41
Hex C0 12 66 0 5B 2F 19 14B 53 29
Octal 300 22 146 0 133 57 31 513 123 51
Binary 11000000 10010 1100110 0 1011011 101111 11001 101001011 1010011 101001

Color Harmonies of #C01266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01266

Black with #C01266

Text Example


Text Example

White with #C01266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01266; }

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

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

background-color css

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

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

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

border-color css

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

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

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