Html Css Color HEX #C1085E Jazzberry Jam

📋 copy color: '#C1085E'

red 193 ◦ green 8 ◦ blue 94

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

Shades of Jazzberry Jam #C1085E

Tints of Jazzberry Jam #C1085E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.86%

R = 65.42%
G = 2.71%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1085E (or 0xC1085E) is known color: Jazzberry Jam. HEX triplet: C1, 08 and 5E. RGB value is (193,8,94). Sum of RGB (Red+Green+Blue) = 193+8+94=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C1085E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1085E is #3EF7A1. Grayscale: #484848. Windows color (decimal): -4126626 or 6162625. OLE color: 6162625.

HSL color Cylindrical-coordinate representation of color #C1085E: hue angle of 332.11º 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 #C1085E is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 8 94 -
CMYK 0 0.96 0.51 0.24
HSL 332.11º 0.92% 0.39% -
HSV(B) 332.11º 0.96% 0.76% -
XYZ 24.1 12.32 11.7 -
YUV 73.12 139.79 213.51 -
System Red Green Blue C M Y K H S L
Decimal 193 8 94 0 0.96 0.51 0.24 332.11 0.92 0.39
Hex C1 8 5E 0 60 33 18 14C 5C 27
Octal 301 10 136 0 140 63 30 514 134 47
Binary 11000001 1000 1011110 0 1100000 110011 11000 101001100 1011100 100111

Color Harmonies of #C1085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1085E

Black with #C1085E

Text Example


Text Example

White with #C1085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1085E; }

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

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

background-color css

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

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

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

border-color css

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

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

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