Html Css Color HEX #C00569 Jazzberry Jam

📋 copy color: '#C00569'

red 192 ◦ green 5 ◦ blue 105

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

Shades of Jazzberry Jam #C00569

Tints of Jazzberry Jam #C00569

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.66%

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

R = 63.58%
G = 1.66%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C00569 (or 0xC00569) is known color: Jazzberry Jam. HEX triplet: C0, 05 and 69. RGB value is (192,5,105). Sum of RGB (Red+Green+Blue) = 192+5+105=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C00569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00569 is #3FFA96. Grayscale: #484848. Windows color (decimal): -4192919 or 6882752. OLE color: 6882752.

HSL color Cylindrical-coordinate representation of color #C00569: hue angle of 327.91º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00569 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 5 105 -
CMYK 0 0.97 0.45 0.25
HSL 327.91º 0.95% 0.39% -
HSV(B) 327.91º 0.97% 0.75% -
XYZ 24.34 12.33 14.46 -
YUV 72.31 146.45 213.37 -
System Red Green Blue C M Y K H S L
Decimal 192 5 105 0 0.97 0.45 0.25 327.91 0.95 0.39
Hex C0 5 69 0 61 2D 19 148 5F 27
Octal 300 5 151 0 141 55 31 510 137 47
Binary 11000000 101 1101001 0 1100001 101101 11001 101001000 1011111 100111

Color Harmonies of #C00569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00569

Black with #C00569

Text Example


Text Example

White with #C00569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00569; }

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

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

background-color css

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

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

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

border-color css

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

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

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