Html Css Color HEX #C00165 Jazzberry Jam

📋 copy color: '#C00165'

red 192 ◦ green 1 ◦ blue 101

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

Shades of Jazzberry Jam #C00165

Tints of Jazzberry Jam #C00165

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 65.31%
G = 0.34%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C00165 (or 0xC00165) is known color: Jazzberry Jam. HEX triplet: C0, 01 and 65. RGB value is (192,1,101). Sum of RGB (Red+Green+Blue) = 192+1+101=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C00165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00165 is #3FFE9A. Grayscale: #454545. Windows color (decimal): -4193947 or 6619584. OLE color: 6619584.

HSL color Cylindrical-coordinate representation of color #C00165: hue angle of 328.59º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00165 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 1 101 -
CMYK 0 0.99 0.47 0.25
HSL 328.59º 0.99% 0.38% -
HSV(B) 328.59º 0.99% 0.75% -
XYZ 24.1 12.17 13.39 -
YUV 69.51 145.78 215.37 -
System Red Green Blue C M Y K H S L
Decimal 192 1 101 0 0.99 0.47 0.25 328.59 0.99 0.38
Hex C0 1 65 0 63 2F 19 149 63 26
Octal 300 1 145 0 143 57 31 511 143 46
Binary 11000000 1 1100101 0 1100011 101111 11001 101001001 1100011 100110

Color Harmonies of #C00165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00165

Black with #C00165

Text Example


Text Example

White with #C00165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00165; }

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

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

background-color css

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

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

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

border-color css

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

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

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