Html Css Color HEX #C1006B Jazzberry Jam

📋 copy color: '#C1006B'

red 193 ◦ green 0 ◦ blue 107

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

Shades of Jazzberry Jam #C1006B

Tints of Jazzberry Jam #C1006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.67%

R = 64.33%
G = 0%
B = 35.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C1006B (or 0xC1006B) is known color: Jazzberry Jam. HEX triplet: C1, 00 and 6B. RGB value is (193,0,107). Sum of RGB (Red+Green+Blue) = 193+0+107=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C1006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1006B is #3EFF94. Grayscale: #454545. Windows color (decimal): -4128661 or 7012545. OLE color: 7012545.

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

Color convert

RGB 193 0 107 -
CMYK 0 1 0.45 0.24
HSL 326.74º 1% 0.38% -
HSV(B) 326.74º 1% 0.76% -
XYZ 24.65 12.4 15 -
YUV 69.91 148.94 215.8 -
System Red Green Blue C M Y K H S L
Decimal 193 0 107 0 1 0.45 0.24 326.74 1 0.38
Hex C1 0 6B 0 64 2D 18 147 64 26
Octal 301 0 153 0 144 55 30 507 144 46
Binary 11000001 0 1101011 0 1100100 101101 11000 101000111 1100100 100110

Color Harmonies of #C1006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1006B

Black with #C1006B

Text Example


Text Example

White with #C1006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1006B; }

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

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

background-color css

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

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

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

border-color css

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

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

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