Html Css Color HEX #C01469 Jazzberry Jam

📋 copy color: '#C01469'

red 192 ◦ green 20 ◦ blue 105

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

Shades of Jazzberry Jam #C01469

Tints of Jazzberry Jam #C01469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.12%

R = 60.57%
G = 6.31%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C01469 (or 0xC01469) is known color: Jazzberry Jam. HEX triplet: C0, 14 and 69. RGB value is (192,20,105). Sum of RGB (Red+Green+Blue) = 192+20+105=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C01469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01469 is #3FEB96. Grayscale: #505050. Windows color (decimal): -4189079 or 6886592. OLE color: 6886592.

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

Color convert

RGB 192 20 105 -
CMYK 0 0.90 0.45 0.25
HSL 330.35º 0.81% 0.42% -
HSV(B) 330.35º 0.9% 0.75% -
XYZ 24.54 12.73 14.53 -
YUV 81.12 141.48 207.09 -
System Red Green Blue C M Y K H S L
Decimal 192 20 105 0 0.90 0.45 0.25 330.35 0.81 0.42
Hex C0 14 69 0 5A 2D 19 14A 51 2A
Octal 300 24 151 0 132 55 31 512 121 52
Binary 11000000 10100 1101001 0 1011010 101101 11001 101001010 1010001 101010

Color Harmonies of #C01469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01469

Black with #C01469

Text Example


Text Example

White with #C01469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01469; }

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

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

background-color css

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

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

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

border-color css

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

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

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