Html Css Color HEX #C00654 Jazzberry Jam

📋 copy color: '#C00654'

red 192 ◦ green 6 ◦ blue 84

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

Shades of Jazzberry Jam #C00654

Tints of Jazzberry Jam #C00654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 29.79%

R = 68.09%
G = 2.13%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C00654 (or 0xC00654) is known color: Jazzberry Jam. HEX triplet: C0, 06 and 54. RGB value is (192,6,84). Sum of RGB (Red+Green+Blue) = 192+6+84=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C00654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00654 is #3FF9AB. Grayscale: #464646. Windows color (decimal): -4192684 or 5506752. OLE color: 5506752.

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

Color convert

RGB 192 6 84 -
CMYK 0 0.97 0.56 0.25
HSL 334.84º 0.94% 0.39% -
HSV(B) 334.84º 0.97% 0.75% -
XYZ 23.4 11.98 9.47 -
YUV 70.51 135.62 214.66 -
System Red Green Blue C M Y K H S L
Decimal 192 6 84 0 0.97 0.56 0.25 334.84 0.94 0.39
Hex C0 6 54 0 61 38 19 14F 5E 27
Octal 300 6 124 0 141 70 31 517 136 47
Binary 11000000 110 1010100 0 1100001 111000 11001 101001111 1011110 100111

Color Harmonies of #C00654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00654

Black with #C00654

Text Example


Text Example

White with #C00654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00654; }

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

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

background-color css

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

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

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

border-color css

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

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

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