Html Css Color HEX #C1005C Jazzberry Jam

📋 copy color: '#C1005C'

red 193 ◦ green 0 ◦ blue 92

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

Shades of Jazzberry Jam #C1005C

Tints of Jazzberry Jam #C1005C

RGB

 RED value IS 193 (75.78% from 255) = 67.72%

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

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

R = 67.72%
G = 0%
B = 32.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1005C (or 0xC1005C) is known color: Jazzberry Jam. HEX triplet: C1, 00 and 5C. RGB value is (193,0,92). Sum of RGB (Red+Green+Blue) = 193+0+92=285 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.72% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 193 - color contains mainly: red. Hex color #C1005C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1005C is #3EFFA3. Grayscale: #444444. Windows color (decimal): -4128676 or 6029505. OLE color: 6029505.

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

Color convert

RGB 193 0 92 -
CMYK 0 1 0.52 0.24
HSL 331.4º 1% 0.38% -
HSV(B) 331.4º 1% 0.76% -
XYZ 23.92 12.11 11.2 -
YUV 68.2 141.44 217.02 -
System Red Green Blue C M Y K H S L
Decimal 193 0 92 0 1 0.52 0.24 331.4 1 0.38
Hex C1 0 5C 0 64 34 18 14B 64 26
Octal 301 0 134 0 144 64 30 513 144 46
Binary 11000001 0 1011100 0 1100100 110100 11000 101001011 1100100 100110

Color Harmonies of #C1005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1005C

Black with #C1005C

Text Example


Text Example

White with #C1005C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1005C; }

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

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

background-color css

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

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

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

border-color css

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

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

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