Html Css Color HEX #C40265 Jazzberry Jam

📋 copy color: '#C40265'

red 196 ◦ green 2 ◦ blue 101

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

Shades of Jazzberry Jam #C40265

Tints of Jazzberry Jam #C40265

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 101 (39.84% from 255) = 33.78%

R = 65.55%
G = 0.67%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C40265 (or 0xC40265) is known color: Jazzberry Jam. HEX triplet: C4, 02 and 65. RGB value is (196,2,101). Sum of RGB (Red+Green+Blue) = 196+2+101=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C40265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40265 is #3BFD9A. Grayscale: #474747. Windows color (decimal): -3931547 or 6619844. OLE color: 6619844.

HSL color Cylindrical-coordinate representation of color #C40265: hue angle of 329.38º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C40265 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 2 101 -
CMYK 0 0.99 0.48 0.23
HSL 329.38º 0.98% 0.39% -
HSV(B) 329.38º 0.99% 0.77% -
XYZ 25.14 12.72 13.44 -
YUV 71.29 144.77 216.95 -
System Red Green Blue C M Y K H S L
Decimal 196 2 101 0 0.99 0.48 0.23 329.38 0.98 0.39
Hex C4 2 65 0 63 30 17 149 62 27
Octal 304 2 145 0 143 60 27 511 142 47
Binary 11000100 10 1100101 0 1100011 110000 10111 101001001 1100010 100111

Color Harmonies of #C40265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40265

Black with #C40265

Text Example


Text Example

White with #C40265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40265; }

 p { color: rgb(196,2,101); }

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

background-color css

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

 a { background-color: rgb(196,2,101); }

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

border-color css

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

 span { border-color: rgb(196,2,101); }

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