Html Css Color HEX #C2006B Jazzberry Jam

📋 copy color: '#C2006B'

red 194 ◦ green 0 ◦ blue 107

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

Shades of Jazzberry Jam #C2006B

Tints of Jazzberry Jam #C2006B

RGB

 RED value IS 194 (76.17% from 255) = 64.45%

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

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

R = 64.45%
G = 0%
B = 35.55%

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

#C2006B (or 0xC2006B) is known color: Jazzberry Jam. HEX triplet: C2, 00 and 6B. RGB value is (194,0,107). Sum of RGB (Red+Green+Blue) = 194+0+107=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C2006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2006B is #3DFF94. Grayscale: #454545. Windows color (decimal): -4063125 or 7012546. OLE color: 7012546.

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

Color convert

RGB 194 0 107 -
CMYK 0 1 0.45 0.24
HSL 326.91º 1% 0.38% -
HSV(B) 326.91º 1% 0.76% -
XYZ 24.9 12.53 15.02 -
YUV 70.2 148.77 216.3 -
System Red Green Blue C M Y K H S L
Decimal 194 0 107 0 1 0.45 0.24 326.91 1 0.38
Hex C2 0 6B 0 64 2D 18 147 64 26
Octal 302 0 153 0 144 55 30 507 144 46
Binary 11000010 0 1101011 0 1100100 101101 11000 101000111 1100100 100110

Color Harmonies of #C2006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2006B

Black with #C2006B

Text Example


Text Example

White with #C2006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2006B; }

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

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

background-color css

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

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

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

border-color css

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

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

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