Html Css Color HEX #C40067 Jazzberry Jam

📋 copy color: '#C40067'

red 196 ◦ green 0 ◦ blue 103

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

Shades of Jazzberry Jam #C40067

Tints of Jazzberry Jam #C40067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.45%

R = 65.55%
G = 0%
B = 34.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C40067 (or 0xC40067) is known color: Jazzberry Jam. HEX triplet: C4, 00 and 67. RGB value is (196,0,103). Sum of RGB (Red+Green+Blue) = 196+0+103=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C40067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40067 is #3BFF98. Grayscale: #464646. Windows color (decimal): -3932057 or 6750404. OLE color: 6750404.

HSL color Cylindrical-coordinate representation of color #C40067: hue angle of 328.47º 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 #C40067 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 0 103 -
CMYK 0 1 0.47 0.23
HSL 328.47º 1% 0.38% -
HSV(B) 328.47º 1% 0.77% -
XYZ 25.21 12.72 13.96 -
YUV 70.35 146.43 217.62 -
System Red Green Blue C M Y K H S L
Decimal 196 0 103 0 1 0.47 0.23 328.47 1 0.38
Hex C4 0 67 0 64 2F 17 148 64 26
Octal 304 0 147 0 144 57 27 510 144 46
Binary 11000100 0 1100111 0 1100100 101111 10111 101001000 1100100 100110

Color Harmonies of #C40067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40067

Black with #C40067

Text Example


Text Example

White with #C40067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40067; }

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

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

background-color css

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

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

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

border-color css

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

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

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