Html Css Color HEX #C4005C Jazzberry Jam

📋 copy color: '#C4005C'

red 196 ◦ green 0 ◦ blue 92

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

Shades of Jazzberry Jam #C4005C

Tints of Jazzberry Jam #C4005C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.94%

R = 68.06%
G = 0%
B = 31.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4005C (or 0xC4005C) is known color: Jazzberry Jam. HEX triplet: C4, 00 and 5C. RGB value is (196,0,92). Sum of RGB (Red+Green+Blue) = 196+0+92=288 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.06% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 196 - color contains mainly: red. Hex color #C4005C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4005C is #3BFFA3. Grayscale: #444444. Windows color (decimal): -3932068 or 6029508. OLE color: 6029508.

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

Color convert

RGB 196 0 92 -
CMYK 0 1 0.53 0.23
HSL 331.84º 1% 0.38% -
HSV(B) 331.84º 1% 0.77% -
XYZ 24.7 12.51 11.24 -
YUV 69.09 140.93 218.52 -
System Red Green Blue C M Y K H S L
Decimal 196 0 92 0 1 0.53 0.23 331.84 1 0.38
Hex C4 0 5C 0 64 35 17 14C 64 26
Octal 304 0 134 0 144 65 27 514 144 46
Binary 11000100 0 1011100 0 1100100 110101 10111 101001100 1100100 100110

Color Harmonies of #C4005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4005C

Black with #C4005C

Text Example


Text Example

White with #C4005C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4005C; }

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

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

background-color css

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

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

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

border-color css

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

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

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