Html Css Color HEX #C01267 Jazzberry Jam

📋 copy color: '#C01267'

red 192 ◦ green 18 ◦ blue 103

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

Shades of Jazzberry Jam #C01267

Tints of Jazzberry Jam #C01267

RGB

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

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

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

R = 61.34%
G = 5.75%
B = 32.91%

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

#C01267 (or 0xC01267) is known color: Jazzberry Jam. HEX triplet: C0, 12 and 67. RGB value is (192,18,103). Sum of RGB (Red+Green+Blue) = 192+18+103=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C01267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01267 is #3FED98. Grayscale: #4F4F4F. Windows color (decimal): -4189593 or 6755008. OLE color: 6755008.

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

Color convert

RGB 192 18 103 -
CMYK 0 0.91 0.46 0.25
HSL 330.69º 0.83% 0.41% -
HSV(B) 330.69º 0.91% 0.75% -
XYZ 24.4 12.62 13.98 -
YUV 79.72 141.15 208.09 -
System Red Green Blue C M Y K H S L
Decimal 192 18 103 0 0.91 0.46 0.25 330.69 0.83 0.41
Hex C0 12 67 0 5B 2E 19 14B 53 29
Octal 300 22 147 0 133 56 31 513 123 51
Binary 11000000 10010 1100111 0 1011011 101110 11001 101001011 1010011 101001

Color Harmonies of #C01267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01267

Black with #C01267

Text Example


Text Example

White with #C01267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01267; }

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

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

background-color css

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

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

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

border-color css

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

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

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