Html Css Color HEX #C40069 Jazzberry Jam

📋 copy color: '#C40069'

red 196 ◦ green 0 ◦ blue 105

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

Shades of Jazzberry Jam #C40069

Tints of Jazzberry Jam #C40069

RGB

 RED value IS 196 (76.95% from 255) = 65.12%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.12%
G = 0%
B = 34.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C40069 (or 0xC40069) is known color: Jazzberry Jam. HEX triplet: C4, 00 and 69. RGB value is (196,0,105). Sum of RGB (Red+Green+Blue) = 196+0+105=301 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.12% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 196 - color contains mainly: red. Hex color #C40069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40069 is #3BFF96. Grayscale: #464646. Windows color (decimal): -3932055 or 6881476. OLE color: 6881476.

HSL color Cylindrical-coordinate representation of color #C40069: hue angle of 327.86º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C40069 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 0 105 -
CMYK 0 1 0.46 0.23
HSL 327.86º 1% 0.38% -
HSV(B) 327.86º 1% 0.77% -
XYZ 25.31 12.76 14.49 -
YUV 70.57 147.43 217.46 -
System Red Green Blue C M Y K H S L
Decimal 196 0 105 0 1 0.46 0.23 327.86 1 0.38
Hex C4 0 69 0 64 2E 17 148 64 26
Octal 304 0 151 0 144 56 27 510 144 46
Binary 11000100 0 1101001 0 1100100 101110 10111 101001000 1100100 100110

Color Harmonies of #C40069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40069

Black with #C40069

Text Example


Text Example

White with #C40069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40069; }

 p { color: rgb(196,0,105); }

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

background-color css

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

 a { background-color: rgb(196,0,105); }

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

border-color css

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

 span { border-color: rgb(196,0,105); }

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