Html Css Color HEX #C01367 Jazzberry Jam

📋 copy color: '#C01367'

red 192 ◦ green 19 ◦ blue 103

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

Shades of Jazzberry Jam #C01367

Tints of Jazzberry Jam #C01367

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.05%

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

R = 61.15%
G = 6.05%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C01367 (or 0xC01367) is known color: Jazzberry Jam. HEX triplet: C0, 13 and 67. RGB value is (192,19,103). Sum of RGB (Red+Green+Blue) = 192+19+103=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C01367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01367 is #3FEC98. Grayscale: #505050. Windows color (decimal): -4189337 or 6755264. OLE color: 6755264.

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

Color convert

RGB 192 19 103 -
CMYK 0 0.90 0.46 0.25
HSL 330.87º 0.82% 0.41% -
HSV(B) 330.87º 0.9% 0.75% -
XYZ 24.42 12.65 13.99 -
YUV 80.3 140.81 207.67 -
System Red Green Blue C M Y K H S L
Decimal 192 19 103 0 0.90 0.46 0.25 330.87 0.82 0.41
Hex C0 13 67 0 5A 2E 19 14B 52 29
Octal 300 23 147 0 132 56 31 513 122 51
Binary 11000000 10011 1100111 0 1011010 101110 11001 101001011 1010010 101001

Color Harmonies of #C01367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01367

Black with #C01367

Text Example


Text Example

White with #C01367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01367; }

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

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

background-color css

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

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

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

border-color css

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

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

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