Html Css Color HEX #C1085C Jazzberry Jam

📋 copy color: '#C1085C'

red 193 ◦ green 8 ◦ blue 92

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

Shades of Jazzberry Jam #C1085C

Tints of Jazzberry Jam #C1085C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.73%

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

R = 65.87%
G = 2.73%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1085C (or 0xC1085C) is known color: Jazzberry Jam. HEX triplet: C1, 08 and 5C. RGB value is (193,8,92). Sum of RGB (Red+Green+Blue) = 193+8+92=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C1085C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1085C is #3EF7A3. Grayscale: #484848. Windows color (decimal): -4126628 or 6031553. OLE color: 6031553.

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

Color convert

RGB 193 8 92 -
CMYK 0 0.96 0.52 0.24
HSL 332.76º 0.92% 0.39% -
HSV(B) 332.76º 0.96% 0.76% -
XYZ 24.01 12.28 11.23 -
YUV 72.89 138.79 213.67 -
System Red Green Blue C M Y K H S L
Decimal 193 8 92 0 0.96 0.52 0.24 332.76 0.92 0.39
Hex C1 8 5C 0 60 34 18 14D 5C 27
Octal 301 10 134 0 140 64 30 515 134 47
Binary 11000001 1000 1011100 0 1100000 110100 11000 101001101 1011100 100111

Color Harmonies of #C1085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1085C

Black with #C1085C

Text Example


Text Example

White with #C1085C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1085C; }

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

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

background-color css

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

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

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

border-color css

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

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

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