Html Css Color HEX #C1065F Jazzberry Jam

📋 copy color: '#C1065F'

red 193 ◦ green 6 ◦ blue 95

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

Shades of Jazzberry Jam #C1065F

Tints of Jazzberry Jam #C1065F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.31%

R = 65.65%
G = 2.04%
B = 32.31%

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

#C1065F (or 0xC1065F) is known color: Jazzberry Jam. HEX triplet: C1, 06 and 5F. RGB value is (193,6,95). Sum of RGB (Red+Green+Blue) = 193+6+95=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C1065F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1065F is #3EF9A0. Grayscale: #474747. Windows color (decimal): -4127137 or 6227649. OLE color: 6227649.

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

Color convert

RGB 193 6 95 -
CMYK 0 0.97 0.51 0.24
HSL 331.44º 0.94% 0.39% -
HSV(B) 331.44º 0.97% 0.76% -
XYZ 24.12 12.29 11.93 -
YUV 72.06 140.95 214.26 -
System Red Green Blue C M Y K H S L
Decimal 193 6 95 0 0.97 0.51 0.24 331.44 0.94 0.39
Hex C1 6 5F 0 61 33 18 14B 5E 27
Octal 301 6 137 0 141 63 30 513 136 47
Binary 11000001 110 1011111 0 1100001 110011 11000 101001011 1011110 100111

Color Harmonies of #C1065F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1065F

Black with #C1065F

Text Example


Text Example

White with #C1065F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1065F; }

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

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

background-color css

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

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

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

border-color css

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

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

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