Html Css Color HEX #C1065E Jazzberry Jam

📋 copy color: '#C1065E'

red 193 ◦ green 6 ◦ blue 94

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

Shades of Jazzberry Jam #C1065E

Tints of Jazzberry Jam #C1065E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.05%

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

R = 65.87%
G = 2.05%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1065E (or 0xC1065E) is known color: Jazzberry Jam. HEX triplet: C1, 06 and 5E. RGB value is (193,6,94). Sum of RGB (Red+Green+Blue) = 193+6+94=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C1065E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1065E is #3EF9A1. Grayscale: #474747. Windows color (decimal): -4127138 or 6162113. OLE color: 6162113.

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

Color convert

RGB 193 6 94 -
CMYK 0 0.97 0.51 0.24
HSL 331.76º 0.94% 0.39% -
HSV(B) 331.76º 0.97% 0.76% -
XYZ 24.08 12.28 11.69 -
YUV 71.95 140.45 214.34 -
System Red Green Blue C M Y K H S L
Decimal 193 6 94 0 0.97 0.51 0.24 331.76 0.94 0.39
Hex C1 6 5E 0 61 33 18 14C 5E 27
Octal 301 6 136 0 141 63 30 514 136 47
Binary 11000001 110 1011110 0 1100001 110011 11000 101001100 1011110 100111

Color Harmonies of #C1065E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1065E

Black with #C1065E

Text Example


Text Example

White with #C1065E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1065E; }

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

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

background-color css

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

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

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

border-color css

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

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

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