Html Css Color HEX #C01466 Jazzberry Jam

📋 copy color: '#C01466'

red 192 ◦ green 20 ◦ blue 102

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

Shades of Jazzberry Jam #C01466

Tints of Jazzberry Jam #C01466

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.37%

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

R = 61.15%
G = 6.37%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C01466 (or 0xC01466) is known color: Jazzberry Jam. HEX triplet: C0, 14 and 66. RGB value is (192,20,102). Sum of RGB (Red+Green+Blue) = 192+20+102=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C01466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01466 is #3FEB99. Grayscale: #505050. Windows color (decimal): -4189082 or 6689984. OLE color: 6689984.

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

Color convert

RGB 192 20 102 -
CMYK 0 0.90 0.47 0.25
HSL 331.4º 0.81% 0.42% -
HSV(B) 331.4º 0.9% 0.75% -
XYZ 24.39 12.67 13.73 -
YUV 80.78 139.98 207.33 -
System Red Green Blue C M Y K H S L
Decimal 192 20 102 0 0.90 0.47 0.25 331.4 0.81 0.42
Hex C0 14 66 0 5A 2F 19 14B 51 2A
Octal 300 24 146 0 132 57 31 513 121 52
Binary 11000000 10100 1100110 0 1011010 101111 11001 101001011 1010001 101010

Color Harmonies of #C01466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01466

Black with #C01466

Text Example


Text Example

White with #C01466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01466; }

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

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

background-color css

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

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

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

border-color css

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

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

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