Html Css Color HEX #C01A67 Jazzberry Jam

📋 copy color: '#C01A67'

red 192 ◦ green 26 ◦ blue 103

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

Shades of Jazzberry Jam #C01A67

Tints of Jazzberry Jam #C01A67

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.1%

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

R = 59.81%
G = 8.1%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C01A67 (or 0xC01A67) is known color: Jazzberry Jam. HEX triplet: C0, 1A and 67. RGB value is (192,26,103). Sum of RGB (Red+Green+Blue) = 192+26+103=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 103 (40.62% from 255 or 32.09% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01A67 is #3FE598. Grayscale: #545454. Windows color (decimal): -4187545 or 6757056. OLE color: 6757056.

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

Color convert

RGB 192 26 103 -
CMYK 0 0.86 0.46 0.25
HSL 332.17º 0.76% 0.43% -
HSV(B) 332.17º 0.86% 0.75% -
XYZ 24.56 12.92 14.03 -
YUV 84.41 138.5 204.74 -
System Red Green Blue C M Y K H S L
Decimal 192 26 103 0 0.86 0.46 0.25 332.17 0.76 0.43
Hex C0 1A 67 0 56 2E 19 14C 4C 2B
Octal 300 32 147 0 126 56 31 514 114 53
Binary 11000000 11010 1100111 0 1010110 101110 11001 101001100 1001100 101011

Color Harmonies of #C01A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A67

Black with #C01A67

Text Example


Text Example

White with #C01A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A67; }

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

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

background-color css

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

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

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

border-color css

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

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

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