Html Css Color HEX #C01665 Jazzberry Jam

📋 copy color: '#C01665'

red 192 ◦ green 22 ◦ blue 101

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

Shades of Jazzberry Jam #C01665

Tints of Jazzberry Jam #C01665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.06%

R = 60.95%
G = 6.98%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C01665 (or 0xC01665) is known color: Jazzberry Jam. HEX triplet: C0, 16 and 65. RGB value is (192,22,101). Sum of RGB (Red+Green+Blue) = 192+22+101=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C01665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01665 is #3FE99A. Grayscale: #515151. Windows color (decimal): -4188571 or 6624960. OLE color: 6624960.

HSL color Cylindrical-coordinate representation of color #C01665: hue angle of 332.12º 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 #C01665 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 22 101 -
CMYK 0 0.89 0.47 0.25
HSL 332.12º 0.79% 0.42% -
HSV(B) 332.12º 0.89% 0.75% -
XYZ 24.37 12.72 13.48 -
YUV 81.84 138.82 206.58 -
System Red Green Blue C M Y K H S L
Decimal 192 22 101 0 0.89 0.47 0.25 332.12 0.79 0.42
Hex C0 16 65 0 59 2F 19 14C 4F 2A
Octal 300 26 145 0 131 57 31 514 117 52
Binary 11000000 10110 1100101 0 1011001 101111 11001 101001100 1001111 101010

Color Harmonies of #C01665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01665

Black with #C01665

Text Example


Text Example

White with #C01665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01665; }

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

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

background-color css

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

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

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

border-color css

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

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

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