Html Css Color HEX #C01661 Jazzberry Jam

📋 copy color: '#C01661'

red 192 ◦ green 22 ◦ blue 97

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

Shades of Jazzberry Jam #C01661

Tints of Jazzberry Jam #C01661

RGB

 RED value IS 192 (75.39% from 255) = 61.74%

 GREEN value IS 22 (8.98% from 255) = 7.07%

 BLUE value IS 97 (38.28% from 255) = 31.19%

R = 61.74%
G = 7.07%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C01661 (or 0xC01661) is known color: Jazzberry Jam. HEX triplet: C0, 16 and 61. RGB value is (192,22,97). Sum of RGB (Red+Green+Blue) = 192+22+97=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C01661 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01661 is #3FE99E. Grayscale: #515151. Windows color (decimal): -4188575 or 6362816. OLE color: 6362816.

HSL color Cylindrical-coordinate representation of color #C01661: hue angle of 333.53º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01661 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 22 97 -
CMYK 0 0.89 0.49 0.25
HSL 333.53º 0.79% 0.42% -
HSV(B) 333.53º 0.89% 0.75% -
XYZ 24.18 12.64 12.48 -
YUV 81.38 136.82 206.9 -
System Red Green Blue C M Y K H S L
Decimal 192 22 97 0 0.89 0.49 0.25 333.53 0.79 0.42
Hex C0 16 61 0 59 31 19 14E 4F 2A
Octal 300 26 141 0 131 61 31 516 117 52
Binary 11000000 10110 1100001 0 1011001 110001 11001 101001110 1001111 101010

Color Harmonies of #C01661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01661

Black with #C01661

Text Example


Text Example

White with #C01661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01661; }

 p { color: rgb(192,22,97); }

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

background-color css

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

 a { background-color: rgb(192,22,97); }

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

border-color css

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

 span { border-color: rgb(192,22,97); }

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