Html Css Color HEX #C00865 Jazzberry Jam

📋 copy color: '#C00865'

red 192 ◦ green 8 ◦ blue 101

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

Shades of Jazzberry Jam #C00865

Tints of Jazzberry Jam #C00865

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.66%

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

R = 63.79%
G = 2.66%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C00865 (or 0xC00865) is known color: Jazzberry Jam. HEX triplet: C0, 08 and 65. RGB value is (192,8,101). Sum of RGB (Red+Green+Blue) = 192+8+101=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C00865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00865 is #3FF79A. Grayscale: #494949. Windows color (decimal): -4192155 or 6621376. OLE color: 6621376.

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

Color convert

RGB 192 8 101 -
CMYK 0 0.96 0.47 0.25
HSL 329.67º 0.92% 0.39% -
HSV(B) 329.67º 0.96% 0.75% -
XYZ 24.17 12.32 13.42 -
YUV 73.62 143.46 212.44 -
System Red Green Blue C M Y K H S L
Decimal 192 8 101 0 0.96 0.47 0.25 329.67 0.92 0.39
Hex C0 8 65 0 60 2F 19 14A 5C 27
Octal 300 10 145 0 140 57 31 512 134 47
Binary 11000000 1000 1100101 0 1100000 101111 11001 101001010 1011100 100111

Color Harmonies of #C00865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00865

Black with #C00865

Text Example


Text Example

White with #C00865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00865; }

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

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

background-color css

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

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

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

border-color css

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

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

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