Html Css Color HEX #C01C67 Jazzberry Jam

📋 copy color: '#C01C67'

red 192 ◦ green 28 ◦ blue 103

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

Shades of Jazzberry Jam #C01C67

Tints of Jazzberry Jam #C01C67

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.67%

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

R = 59.44%
G = 8.67%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C01C67 (or 0xC01C67) is known color: Jazzberry Jam. HEX triplet: C0, 1C and 67. RGB value is (192,28,103). Sum of RGB (Red+Green+Blue) = 192+28+103=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01C67 is #3FE398. Grayscale: #555555. Windows color (decimal): -4187033 or 6757568. OLE color: 6757568.

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

Color convert

RGB 192 28 103 -
CMYK 0 0.85 0.46 0.25
HSL 332.56º 0.75% 0.43% -
HSV(B) 332.56º 0.85% 0.75% -
XYZ 24.6 13.02 14.05 -
YUV 85.59 137.83 203.9 -
System Red Green Blue C M Y K H S L
Decimal 192 28 103 0 0.85 0.46 0.25 332.56 0.75 0.43
Hex C0 1C 67 0 55 2E 19 14D 4B 2B
Octal 300 34 147 0 125 56 31 515 113 53
Binary 11000000 11100 1100111 0 1010101 101110 11001 101001101 1001011 101011

Color Harmonies of #C01C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01C67

Black with #C01C67

Text Example


Text Example

White with #C01C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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