Html Css Color HEX #C00657 Jazzberry Jam

📋 copy color: '#C00657'

red 192 ◦ green 6 ◦ blue 87

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

Shades of Jazzberry Jam #C00657

Tints of Jazzberry Jam #C00657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.53%

R = 67.37%
G = 2.11%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C00657 (or 0xC00657) is known color: Jazzberry Jam. HEX triplet: C0, 06 and 57. RGB value is (192,6,87). Sum of RGB (Red+Green+Blue) = 192+6+87=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C00657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00657 is #3FF9A8. Grayscale: #464646. Windows color (decimal): -4192681 or 5703360. OLE color: 5703360.

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

Color convert

RGB 192 6 87 -
CMYK 0 0.97 0.55 0.25
HSL 333.87º 0.94% 0.39% -
HSV(B) 333.87º 0.97% 0.75% -
XYZ 23.52 12.02 10.1 -
YUV 70.85 137.12 214.41 -
System Red Green Blue C M Y K H S L
Decimal 192 6 87 0 0.97 0.55 0.25 333.87 0.94 0.39
Hex C0 6 57 0 61 37 19 14E 5E 27
Octal 300 6 127 0 141 67 31 516 136 47
Binary 11000000 110 1010111 0 1100001 110111 11001 101001110 1011110 100111

Color Harmonies of #C00657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00657

Black with #C00657

Text Example


Text Example

White with #C00657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00657; }

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

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

background-color css

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

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

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

border-color css

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

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

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