Html Css Color HEX #C00653 Jazzberry Jam

📋 copy color: '#C00653'

red 192 ◦ green 6 ◦ blue 83

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

Shades of Jazzberry Jam #C00653

Tints of Jazzberry Jam #C00653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.54%

R = 68.33%
G = 2.14%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C00653 (or 0xC00653) is known color: Jazzberry Jam. HEX triplet: C0, 06 and 53. RGB value is (192,6,83). Sum of RGB (Red+Green+Blue) = 192+6+83=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C00653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00653 is #3FF9AC. Grayscale: #464646. Windows color (decimal): -4192685 or 5441216. OLE color: 5441216.

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

Color convert

RGB 192 6 83 -
CMYK 0 0.97 0.57 0.25
HSL 335.16º 0.94% 0.39% -
HSV(B) 335.16º 0.97% 0.75% -
XYZ 23.36 11.96 9.26 -
YUV 70.39 135.12 214.74 -
System Red Green Blue C M Y K H S L
Decimal 192 6 83 0 0.97 0.57 0.25 335.16 0.94 0.39
Hex C0 6 53 0 61 39 19 14F 5E 27
Octal 300 6 123 0 141 71 31 517 136 47
Binary 11000000 110 1010011 0 1100001 111001 11001 101001111 1011110 100111

Color Harmonies of #C00653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00653

Black with #C00653

Text Example


Text Example

White with #C00653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00653; }

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

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

background-color css

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

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

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

border-color css

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

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

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