Html Css Color HEX #C00665 Jazzberry Jam

📋 copy color: '#C00665'

red 192 ◦ green 6 ◦ blue 101

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

Shades of Jazzberry Jam #C00665

Tints of Jazzberry Jam #C00665

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.01%

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

R = 64.21%
G = 2.01%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C00665 (or 0xC00665) is known color: Jazzberry Jam. HEX triplet: C0, 06 and 65. RGB value is (192,6,101). Sum of RGB (Red+Green+Blue) = 192+6+101=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C00665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00665 is #3FF99A. Grayscale: #484848. Windows color (decimal): -4192667 or 6620864. OLE color: 6620864.

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

Color convert

RGB 192 6 101 -
CMYK 0 0.97 0.47 0.25
HSL 329.35º 0.94% 0.39% -
HSV(B) 329.35º 0.97% 0.75% -
XYZ 24.15 12.28 13.41 -
YUV 72.44 144.12 213.28 -
System Red Green Blue C M Y K H S L
Decimal 192 6 101 0 0.97 0.47 0.25 329.35 0.94 0.39
Hex C0 6 65 0 61 2F 19 149 5E 27
Octal 300 6 145 0 141 57 31 511 136 47
Binary 11000000 110 1100101 0 1100001 101111 11001 101001001 1011110 100111

Color Harmonies of #C00665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00665

Black with #C00665

Text Example


Text Example

White with #C00665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00665; }

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

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

background-color css

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

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

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

border-color css

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

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

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